What head -n does
Show the first 5 lines of a file.
head-n5log.txt
head— command — first lines of a file-n— flag — how many lines5— argument: a file, a folder, or textlog.txt— argument: a file, a folder, or text
Show the first 5 lines of a file.
head— command — first lines of a file-n— flag — how many lines5— argument: a file, a folder, or textlog.txt— argument: a file, a folder, or text