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
What does chmod do?
Explain about shebang?
How are shells born?
What is awk script?
Why are shell scripts used?
How can you find out how long the system has been running?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is a program shell?
How do I run a script on mac?
Is bash an operating system?
How to calculate the number of passed arguments?
How will you pass and access arguments to a script in linux?
What is scripting used for?
What is in a script?
Explain about sourcing commands?