Advertisement
metalx1000

code for kamil

Mar 13th, 2013
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sed '/stone/ q' file2.txt
  4. cat file1.txt
  5. awk '/stone/{f=1;next}f' file2.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement