Bash Scripting - Text Processing in Scripts
What does the
sed command sed 's/cat/dog/' file.txt do?sed command sed 's/cat/dog/' file.txt do?sed 's/cat/dog/' file.txt uses s/old/new/ which replaces only the first match per line.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions