less/less.csh

5 lines
123 B
Tcsh
Raw Normal View History

2007-02-07 12:55:35 +00:00
# less initialization script (csh)
if ( -x /usr/bin/lesspipe.sh ) then
setenv LESSOPEN "||/usr/bin/lesspipe.sh %s"
2007-02-07 12:55:35 +00:00
endif