Search results

  1. C

    On Red Hat Enterprise Linux 7 terminal, limited to 113 characters per line

    Sorry, maybe I should have explained that I was using "grep" piped into "more." As stated, I can't use "cut" or "less." The "grep -wn XyZ * | cut -c1-140" code gives me only 96 characters followed by some kind of weird character: 00 1B The "grep -wn XyZ * | less -S" code gives me "a lot more"...
  2. C

    On Red Hat Enterprise Linux 7 terminal, limited to 113 characters per line

    Hello, Whenever I "cat" files with more than 113 characters on a line, the line is broken at character 113. And, the remaining characters are wrapped to the next line. The terminal has no limit to its size. Is there anything I can do about this? Is there an easy way? I'd like to get more than...
Top