organising files into folders

what happens if you redirect output to a file being used as input? sort -n lengths.txt > lengths.txt

using >> to append output to a file

pipelines and understanding what text flows through each step of the pipeline

extensions don't mean anything – .txt is just a convention

combining cut sort uniq wc

checking quality of data, removing damaged files