[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash functions



On Sat, 8 May 1999, [iso-8859-1] André Bell wrote:

Ctrl-Z isn't really a pause feature, actually. What it does is suspend a
process. You can use the "more" command in bash, too:

cat filename | more    (replace filename with file)
man subject | more     (replace subject with manual page)

However, the "less" command is more powerful - it lets you move back and
forth through the file, search it, etc:

cat filename | less

Type "man less" for more info.

- Bill


Reply to: