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 the tee command?
What is the command to find maximum memory taking process on the server?
Who invented grep?
What is grep in bash?
How can you see the command line history?
Why is it called grep?
What's a command word?
What does the command '$ls | wc –l > file1' do?
Is it inbetween or in between?
What does awk stand for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the difference between awk and grep?
What are the dos commands?
What is nr in awk command?
Is ‘du’ a command? If so, what is its use?