Bash Scripting - Text Processing in Scripts
Which of the following is the correct syntax to remove duplicate lines from
file.txt and sort the output?file.txt and sort the output?sort file.txt comes before uniq.sort file.txt | uniq correctly pipes sorted output to uniq for duplicate removal.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions