Thread
:
Suggestion: New special variable for pipeline enumeration index
View Single Post
04-15-2008
#
7
(
permalink
)
MichaelL
Guest
Posts: n/a
Re: Suggestion: New special variable for pipeline enumeration inde
Correction to that first example...
dir | % { $%, Name }
should read,
dir | % { $%, $_.Name }
MichaelL