Guest User

Untitled

a guest
Jan 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. id, some_string, stringy_string..
  2. and so on
  3.  
  4. grep '^id,' foo.txt
  5.  
  6. grep "id" filename
  7.  
  8. sed 's/your string/new string/g'
Add Comment
Please, Sign In to add comment