home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
live
/
usr
/
bin
/
sensible-pager
< prev
next >
Wrap
Text File
|
1998-08-16
|
185b
|
8 lines
#!/bin/bash
shopt -s execfail
exec ${PAGER:-pager} "$@"
exec more "$@"
echo "Couldn't find a pager!" 1>&2
echo "Set the \$PAGER environment variable to your desired pager." 1>&2
exit 1