Answer Posted / saurabh
This is the output of the command:
>cat skg.txt
aa
aa
bb
cc
bb
dd
cc
ee
--------------
>cat skg.txt | uniq
aa
bb
cc
bb
dd
cc
ee
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate cmp command from diff command.
What does the md command do?
how to sort the content of the file based on numeric values
What is the search command in unix?
What is grep command in unix with examples?
Why is it called grep?
Who command in unix operating system?
Enlist some filename manipulation commands in unix.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is grep in bash?
why metadb requires a seperate slice to create Solaris volume manager
How do I search for a file in unix command?
hw will u use awk in replacing cahrs and files
How do you repeat a command in terminal?
Differentiate cat command from more command.