NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You want "less" (Score:1)
less dir/less file.txtHowever, on the FreeBSD machines I use, "less" can't handle directories, so I don't depend on it for that.
Reply to This
Re: (Score:1)
less dir/only works for me when$ENV{LESSOPEN}is set to an appropriate script, regardless of Linux or BSD.