Package cs-scripts
Details
Version: 2000
Architectures: all
Maintainer: Andre Pang <andrep@cse>
Website: http://www.zipworld.com.au/~cs/css.html
Description
Cameron Simpson's collection of scripts.
.
Since there are a large amount of scripts here (to say the least), they
have not been linked into the main /home/stulocal/bin directory, so you
won't be able to use them without changing your configuration slightly.
.
Put this somewhere in your .bashrc/.zshenv to use them:
.
export PATH=$PATH:/home/stulocal/share/cs-scripts
export PERL5LIB=$PERL5LIB:/home/stulocal/share/cs-scripts
.
csh(1) users should use 'setenv' instead.
.
Assuming your $PERL5LIB directory is correct, you can get
documentation on any of the scripts by typing (eg for the 'mklinks'
script):
.
% perldoc mklinks
|