View | Details | Raw Unified | Return to bug 28251
Collapse All | Expand All

(-)freebsd-tips (-2 / +2 lines)
Lines 116-120 Link Here
116
in a startup file for the shell.  The name of the startup file varies
116
in a startup file for the shell.  The name of the startup file varies
117
depending on the shell - csh and tcsh uses .cshrc, bash uses .bashrc, zsh uses
117
depending on the shell - csh and tcsh uses .cshrc, bash uses .bashrc, zsh uses
118
.zshrc, ksh uses .kshrc, and the Bourne shell (/bin/sh) uses .profile (and
118
.zshenv, ksh uses .kshrc, and the Bourne shell (/bin/sh) uses .profile (and
119
through a little bit of trickery in .profile also .shrc)
119
through a little bit of trickery in .profile also .shrc)
120
Other shells will often also read .profile
120
Other shells will often also read .profile
Lines 386-390 Link Here
386
Need to print a manpage? Use 
386
Need to print a manpage? Use 
387
387
388
	man name_of_manpage | col -bx > lpr
388
	man name_of_manpage | col -bx | lpr
389
		-- Dru <genesis@istar.ca>
389
		-- Dru <genesis@istar.ca>
390
%
390
%

Return to bug 28251