write a shell script that counts a number of unique word
contained in the file and print them in alphabetical order
line by line?
Answer Posted / phani
cat filename | uniq -u | sort -n
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a shell script to check the failed jobs?
Why is it called a shell?
What is difference between bash and shell?
What are the zombie processes?
What is the default ubuntu terminal?
How will you copy a file from one machine to other?
What is the use of echo in shell script?
Explain about shebang?
Why do we use shell scripting?
Which is better perl or shell scripting?
What is eval in shell script?
what is info area how many types?
What is shift command in shell script?
What is sed in shell script?
What is the first line in every perl script called?