bash
cat /etc/hostsCore Linux commands for viewing files, comparing content, touching, truncating, splitting, and combining files.
cat /etc/hostsless /var/log/sysloghead -20 app.logtail -f /var/log/nginx/access.logtouch notes.txttruncate -s 0 app.logecho 'hello' | tee hello.txtdiff -u old.conf new.confcmp file1.bin file2.binShow common and unique lines between two sorted files.
comm file1.sorted file2.sortedcat part1.txt part2.txt > combined.txtsplit -b 100M archive.tar.gz archive.part.csplit -f section- doc.txt '/^# /' '{*}'sha256sum file.iso > file.iso.sha256sha256sum -c file.iso.sha256