Answers for "sed replace string in file tabulatio,"

19

sed replace in file

sed -i 's/foo/bar/g' hello.txt
Posted by: Guest on March-01-2020
0

replace tab sed

sed -i.bak $'s/\t/  /' file.txt	#replace tab with sed command
Posted by: Guest on November-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language