Text-only | Table of Contents (frame/ no frame) |
(4) Logging In |
![]() ![]() ![]() |
echo $shell
)
, (grep richard /etc/passwd
) more .login
)echo
$path
, (echo $variable_name
),
the ($) tells the shell that you want the the next text string to be treated like a variable, substitute
the value before evaluating the commandset
)set path = /usr/local/bin
, (set [variable_name] = [value]
,
set path = ($path /usr/local/bin)
)unset
path
, (unset [variable_name]
)slide04.src last modified Feb 8, 2011 | Introduction | Table of Contents (frame/no frame) |
Printable (single file) |
© Dartmouth College |