sed:print:print_lines_of_n_characters_or_longer
This is an old revision of the document!
SED - Print - Print lines of N characters or longer
For example to print only lines of 65 characters or longer.
sed -n '/^.\{65\}/p' sed -n '/[[:graph:]]\{5\}/p' # Handles special characters too.
sed/print/print_lines_of_n_characters_or_longer.1597663470.txt.gz · Last modified: 2020/08/17 11:24 by 192.168.1.1