bzcat <.tar.bz2 or .bz2 compressed file>e.g.
bzcat logfile.tar.bz2
Again, if the log file is more then a screen full, use less to pause every screen full.
e.g.
bzcat logfile.tar.bz2 | less
Alternatively, use the "bzless" command. It will also pause every screen full.
bzless <.tar.bz2 or .bz2 compressed file>e.g.
bzless logfile.tar.bz2
Ciao !!!
No comments:
Post a Comment