What happens when the following commands are executed on your LINUX/UNIX system? Why do you think these commands produce the results that they do?
What will be an ideal response?
cat letter >> letter
cat letter > letter
In both case, the following message is produced on LINUX.
cat: letter: input file is output file
The following message is produced on Sun Solaris.
cat: input/output files 'letter' identical
Computer Science & Information Technology