User Tools

Site Tools


sed:print:print_lines_of_n_characters_or_longer

Differences

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

Link to this comparison view

Next revision
Previous revision
sed:print:print_lines_of_n_characters_or_longer [2020/08/17 08:54] – created 192.168.1.1sed:print:print_lines_of_n_characters_or_longer [2020/08/17 11:24] (current) 192.168.1.1
Line 5: Line 5:
 <code bash> <code bash>
 sed -n '/^.\{65\}/p' sed -n '/^.\{65\}/p'
 +
 +sed -n '/[[:graph:]]\{65\}/p'            # Handles special characters too.
 </code> </code>
 +
 +
 +
 +
  
sed/print/print_lines_of_n_characters_or_longer.1597654473.txt.gz · Last modified: 2020/08/17 08:54 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki