[kanchilug] 1D1C - bzmore

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Thu, 5 May 2022 06:00:00 +0530

bzmore - file  perusal  filter for crt viewing of bzip2 compressed text
To view the content of bzip2 compressed files page by page.

example:
$ echo "for(i=1; i<=10000; i++) {i;}" | bc > number.txt
$ bzip2 number.txt
$ bzmore number.txt.bz2



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - bzmore - Dhanasekar