Skip to content

Instantly share code, notes, and snippets.

@AlbertSuarez
Created September 17, 2021 08:12
Show Gist options
  • Save AlbertSuarez/fb1df2df3060b16c4b601b431c2c4045 to your computer and use it in GitHub Desktop.
Save AlbertSuarez/fb1df2df3060b16c4b601b431c2c4045 to your computer and use it in GitHub Desktop.
add_string_after_each_line.sh
#!/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