Created
September 17, 2021 08:12
-
-
Save AlbertSuarez/fb1df2df3060b16c4b601b431c2c4045 to your computer and use it in GitHub Desktop.
add_string_after_each_line.sh
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
#!/usr/bin/env bash | |
sed -e 's/$/string after each line/' -i filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment