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