User Tools

Site Tools


sed:print:print_first_n_lines_of_a_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sed:print:print_first_n_lines_of_a_file [2020/08/17 08:45] – created 192.168.1.1sed:print:print_first_n_lines_of_a_file [2020/12/22 16:08] (current) peter
Line 8: Line 8:
 sed 10q sed 10q
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  Equivalent to:
 +
 +<code bash>
 +head -n 10 -
 +</code>
 +
 +</WRAP>
 +
sed/print/print_first_n_lines_of_a_file.1597653930.txt.gz · Last modified: 2020/08/17 08:45 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki