Make a symbolic link (Sobell, page 114) named linkto to the all script you wrote in the previous step. Call linkto with two arguments. What does the script report as the name it was called as?
What will be an ideal response?
$ ln -s all linkto
$ ./linkto one two
This script was called as ./linkto.
This script was called with 2 arguments.
The arguments were: one two
You might also like to view...
Connecting a(n) external ____________________ gives your computer the ability to load software that is distributed on CDs, rip music from audio CDs, and play DVD movies.
Fill in the blank(s) with the appropriate word(s).
The elements of an array are related by the fact that they have the same name and _________.
a) constant value b) subscript c) type d) value
Multimedia software includes all of the following except ________.
A. image-editing software B. animation software C. utility software D. audio-editing software
What is the name of the color mode that contains predefined colors that are coded so as to be recognized by most computer displays and by the common web browser applications?
What will be an ideal response?