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
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
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What do know about tee command?
What is the difference between awk and grep?
What are awk commands?
Is grep faster than awk?
Which command is used to find whether the system is 32 bit or 64 bit?
Is command prompt unix?
Explain ‘system calls’ with respect to unix commands?
What is the command to compare two files in unix?
What does find command return in unix?
Differentiate cat command from more command.
What is “chmod” command?
What does #!/ Bin sh do?
What is the first character of the output in ls l command?