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
shell script for reverse the string
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is in a script?
What are scripts in psychology?
What are the types of script?
How to calculate the number of passed arguments?
What is scripting used for?
What does $$ mean in shell script?
How can the contents of a file inside jar be read without extracting in a shell script?
Is shell and terminal the same?
How does ls command work?
What are the different variables present in linux shell?
What is a scripting language simple definition?
Is shell a scripting language?
What language is bash written in?