View Single Post
  #2 (permalink)  
Old 05-07-2008
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,228
vi, ed and most command line utilities have a line length limit. Your file, ss, has a line that is too long to read.

1. make the lines shorter
2. use something else to edit the file
Reply With Quote