corrected exercise 1 1. explain the


Corrected Exercise #1:
1. Explain the following unexpected result:

why did you get the system date command instead of the script?

$ whereis date
date: /bin/date ...
$ echo $PATH
.:/usr/local/bin:/usr/bin:/bin
$ cat > date
echo "This is my own version of date."

$ date
Fri May 22 11:45:49 PDT 2009


*When the author runs the command cat > date assume that he is creating a NEW date file in the current working directory. That file does not exist before that command is run.

Request for Solution File

Ask an Expert for Answer!!
Application Programming: corrected exercise 1 1. explain the
Reference No:- TGS0155973

Expected delivery within 24 Hours