Random Useful Information

Climbing Club Issue Room in IMA Hours: 4-6 pm Tuesdays and Thursdays
TCSH Variable and Command-Line Substitutions
> set foo=(a:b:c d:e:f)
> echo $foo:s/:/ /
a b:c d:e:f
> echo $foo:gs/:/ /
a b:c d e:f
> echo $foo:as/:/ /
a b c d:e:f
> echo $foo:ags/:/ /
a b c d e f
Creating Double-Sided Copies on the Pitney Bowes Copier

Printing PC Screen Dumps

Random Useful Equations


Kevin Fink's Home Page (http://www.fink.com/Kevin.html)

kevin@fink.com