Advertisement
ibi

grep in powershell

ibi
Apr 25th, 2016
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # check xml files for string "8080"
  2. ls -r *.xml | % { write $_.fullname; gc $_ | sls "8080" } | out-host -paging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement