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
How do I use grep to search for a file?
What is ‘ps’ command for?
What does #!/ Bin sh do?
What is the first character of the output in ls l command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I use grep to find a file?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does this command do? Cat food 1 > kitty
What is the use of find command in unix?
What does the “echo” command do?
What is grep r?
What is the difference between cat command and more command?
What is the nmap command?
What is a command and examples?
What are the commands in UNIX to list the files in a Directory?