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
What is the use of sed command in unix?
Differentiate cmp command from diff command.
What does grep v grep do?
What is the command to find maximum memory taking process on the server?
Are you in or at the office?
What is the difference between grep and grep?
Who command in unix operating system?
What is the size of time_t?
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 are bash commands?
What is the use of cut command in unix?
How do I find previous commands in unix?
How do I search for a file in unix command?
What do chgrp command do?
What is the use of tee command?