Powershell select-object skip multiple lines?
Posted
by icnivad
on Stack Overflow
See other posts from Stack Overflow
or by icnivad
Published on 2010-04-06T13:33:26Z
Indexed on
2010/04/06
14:23 UTC
Read the original article
Hit count: 230
powershell
Can i skip multiple lines with the -skip option?
gc d:\testfile.txt | select -skip 3
works but what to do if i want to delet line 3-7 ??
© Stack Overflow or respective owner