79626257

Date: 2025-05-17 06:38:45
Score: 1
Natty:
Report link

Years later and another solution to limit the width of the ouput of commandlines:

# limit the output to "80" characters:
pstree | sed 's#\(.\{,80\}\).*$#\1#'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sven