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
What is scripting autism?
What is the use of .sh file?
How do I open a jshell in cmd?
What's the difference between scripting and coding?
How do I run a powershell script?
Print the 10th line without using tail and head command.
What is bash command used for?
How do I set bash as default shell mac?
What is the first line in a shell script?
Can we run shell script in windows?
What makes c shell a more preferable option than the bourne shell?
Is bash an operating system?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How do scripts work?
What is the meaning of $1 in shell script?