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 / sathish kumar p
cat << file name >> | uniq | sort -n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I start a shell script?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
How important is shell scripting?
Explore about environment variables?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
When should shell programming/scripting not be used?
What is bash used for?
Which shell is the best?
What language is shell scripting?
What is the use of break command?
Give some situations where typing error can destroy a program?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How do I set bash as default shell mac?
Why do we write bin bash in shell scripts?