Linux CLI - Pipes and Redirection
You want to list all files in a directory, filter those containing "report", then sort them in reverse order. Which command correctly uses pipes to do this?
ls, then filter with grep report, finally sort in reverse with sort -r.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions