Hello everybody,
The link for the exercise is as follows: https://www.codecademy.com/courses/learn-the-command-line/lessons/redirection/exercises/pipes?action=lesson_resume&link_content_target=interstitial_lesson
For the third task, one needs to type “cat lakes.txt | sort > sorted-lakes.txt”.
Can I also type “cat lakes.txt | sort | cat > sorted.lakes.txt”? If yes, is there a difference doing so?
Thank you,
Arda