ubuntu:file:print_the_first_few_lines_of_a_file
Differences
This shows you the differences between two versions of the page.
ubuntu:file:print_the_first_few_lines_of_a_file [2019/11/27 21:24] – created peter | ubuntu:file:print_the_first_few_lines_of_a_file [2019/12/15 19:58] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - File - Print the first few lines of a file ====== | ||
- | |||
- | Print the first 6 lines of a file. | ||
- | |||
- | <code bash> | ||
- | awk 'NR <= 6' filename | ||
- | </ | ||
ubuntu/file/print_the_first_few_lines_of_a_file.1574889864.txt.gz · Last modified: 2020/07/15 09:30 (external edit)