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

Linux Memory Directory description

Linux memory directory Memory directory contains files of the whole system. All the device information, process running indata or system related information are stored in this directory. Memory directory contains…

Continue Reading Linux Memory Directory 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