Given the following files in your current directory:
$ ls
feb90
jan12.91
jan19.91
jan26.92
jan5.93
jun87
jun88
jun89
jul89
jul93
mar93
memo1
memo10
memo2
memo.dat
$
What would be the output from the following commands?
Which of the following are valid variable names?
XxXxXx
12345
file.name
file_name
file1
_
HOMEDIR
_date
x0-9
Slimit
Suppose your HOME directory is /usr/person and that you
have subdirectories as shown below:
Assume you have just logged into the system and typed the following commands:
$ docs=/usr/person/documents
$ let=$docs/letters
$ prop=$docs/proposals
$ prog=/usr/person/programs
Write the commands in terms of these variables to: