DEVFYI - Developer Resource - FYI

Explain the following commands.

Unix Interview Questions


(Continued from previous question...)

77. Explain the following commands.

$ ls > file1
$ banner hi-fi > message
$ cat par.3 par.4 par.5 >> report
$ cat file1>file1
$ date ; who
$ date ; who > logfile
$ (date ; who) > logfile

(Continued on next question...)

Other Interview Questions