Steps to view a very long line in vim
- Open the file in vim
- Goto very long line
- write that line to temp file
- exit vim
- cat that temp file
Commands
- vim my_log_file.log
- :2345
- :2345w /tmp/very_long_line.txt
- :q!
- cat /tmp/very_long_line.txt
No comments:
Post a Comment