Linux string processing command less grep cut wc sort uniq

Linux by using following command we can perform the text processing
In files.
less for vies text one page at a time
grep for extracting lines of text
cut for extracting column of text
wc counting no of character word lines
sort used to perform ascending order and descending order in the files
uniq for counting and or removing adjacent duplicates

Post a Comment

0 Comments