important commands

cut,sort,uniq.sed.awk commands [root@rhel6-client1 ~]# cat cutcommand  hello now we are gojng to explain cut command this is the first line of our practise seond line of our practise session third line will be this fourth line  consists of this data like this we can practise [root@rhel6-client1 ~]# cut -d " " -f1 cutcommand hello this … Continue reading important commands