December 1999
Beginner
528 pages
11h 10m
English
Format:
pwd
To display the current working directory, type:
$ pwd
/var/spool
$ WHERE_AM_I=‘pwd‘
$ echo $WHERE_AM_I
/var/spool
Substitution is used to grab the current working directory in a script.
Read now
Unlock full access