Advertisement
Guest User

Untitled

a guest
May 5th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. apple
  2. car
  3. computer
  4. tree
  5.  
  6. computer
  7.  
  8. foreach ( $line in $args[0] ) {
  9. Get-Content $line | Select-String -Pattern $args[1] | Select-String -Pattern $args[2] | Select-String $args[3]
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement