Answers for "add text at the end of each line sed"

0

sed add word to end of line

sed 's/.*/&:80/'  abcd.txt >abcde.txt
Posted by: Guest on May-13-2020

Code answers related to "add text at the end of each line sed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language