DEVFYI - Developer Resource - FYI

How is the command “$cat file2 “ different from “$cat >file2 and >> redirection operators ?

Unix Interview Questions


(Continued from previous question...)

82. How is the command “$cat file2 “ different from “$cat >file2 and >> redirection operators ?

is the output redirection operator when used it overwrites while >> operator appends into the file.

(Continued on next question...)

Other Interview Questions