Describe of Unix Operating System .

Linux comm command description

'comm' command compares two files or streams. By default, 'comm' will always display three columns. Number of first column indicates non-matching items of number of first file, The column number…

Continue Reading Linux comm command description

Overruling noclobber

The Unix and Linux overruling noclobber means you can overwrite an existing file while noclobber is set by using '>|' sign. Sample syntax of : # command >|<filename> # echo…

Continue Reading Overruling noclobber