User Tools

Site Tools


sed:print:print_lines_of_n_characters_or_longer

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:]]\{65\}/p'            # Handles special characters too.
sed/print/print_lines_of_n_characters_or_longer.txt · Last modified: 2020/08/17 12:24 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki