Unix Interview Questions
Technical
Follow Us
5. | What is the difference between UNIX and LINUX? |
---|---|
|
6. | What is the difference between > and >> redirection operators? |
---|---|
> is the output redirection operator when used it overwrites while >> operator appends into the file. |