-
-
Save hectorperez/04b238b3fd080caa3e44 to your computer and use it in GitHub Desktop.
sed: Find this text and remove everything that follows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed '/Find this text and remove everything that follows/q' filename > new_filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment