Text Manipulation sort used to sort a file in a particular order. -Ascii Sorting $ cat > abc a b e a // we have removed the duplicate using -u $ sort -u abc a b e -Sorting of numbers $ cat > abc2 1 2 0 231 3 6 $ sort abc2 -n 0 1 2 3 6 231 If you try to use ascii sorting then you will get below output $ sort abc2 0 1 2 231 3 6 -Sorting of months $ cat > month jan mar feb jul jun anuj@anuj-G31M-ES2L:~$ sort -M month jan feb mar jun jul -Sorting in reverse order $ cat > abc a h mkm anuj@anuj-G31M-ES2L:~$ sort -r abc mkm h a -Check for already Sorted $ cat > abc a h mkm anuj@anuj-G31M-ES2L:~$ sort -c abc anuj@anuj-G31M-ES2L:~$ sort -r -c abc sort: abc:2: disorder: h -Sort file on the basis of a colum...
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.