sed:print:print_last_line_of_a_file
This is an old revision of the document!
SED - Print - Print last line of a file
Emulates “tail -1”.
sed '$!d' # method 1 sed -n '$p' # method 2
sed/print/print_last_line_of_a_file.1597659000.txt.gz · Last modified: 2020/08/17 10:10 by 192.168.1.1