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.
Re: (Score:1)
less dir/only works for me when$ENV{LESSOPEN}is set to an appropriate script, regardless of Linux or BSD.Wha? (Score:1)
catspews junk? All I get isBtw, blindly typing
reset+ Enter on a screwed terminal will often fix it.Re: (Score:2)
The reset command breaks my backspace key, though. I could probably source my .bashrc as I think I have something in there to fix it, but I can't recall.
Re: (Score:1)
errno=EISDIRonopen(".", O_WRONLY)andread(dirfd, …). IIRC, the latter varies by filesystem on BSD.mmm (Score:2)