You are viewing a single comment's thread. Return to all comments →
while IFS= read -r line; do echo -e "$line" | sed "s/\bthe\b/this/ "; done
Seems like cookies are disabled on this browser, please enable them to open this website
'Sed' command #1
You are viewing a single comment's thread. Return to all comments →
while IFS= read -r line; do echo -e "$line" | sed "s/\bthe\b/this/ "; done