Practice Sheet 1 Shells
Published Wednesday, March 01, 2006 by Mathieu | E-mail this post
Played around with the various shells available (bash, tcsh) and I think I'm happy with bash.
bash has that nice auto-completion feature.
That
THIS=that variable setting feature is nice too.
echo $USER is important to remember for getting environment variables.
We also used
ps [for all running processes in the shell]
set [for checking all the variables]
0 Responses to “Practice Sheet 1 Shells”
Leave a Reply