Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- sed '/stone/ q' file2.txt
- cat file1.txt
- awk '/stone/{f=1;next}f' file2.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement