Guest User

Untitled

a guest
Oct 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. findstr /v "text_to_drop" file.txt
  2.  
  3. PS C:> Select-String -Path "process.txt" -Pattern "text_to_drop" -NotMatch
Add Comment
Please, Sign In to add comment