the command below did the job:arzgi wrote: 2024-12-14 10:45 less is a viewer, would not say it is an editor. But you can show starting by line number: less +nnn file, where nnn is the page number.
Code: Select all
# zless history.log.3.gz > f1 ; sed -n '93,329p' f1 > f2