Linux CLI - Text Processing
What does the
sed command sed 's/cat/dog/' file.txt do?sed command sed 's/cat/dog/' file.txt do?s/pattern/replacement/ syntax in sed replaces the first match of 'pattern' with 'replacement' on each line.file.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions