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 $1 in shell scripting?
What is shell environment?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How to set an array in linux?
What language is bash written in?
What is wc in shell script?
What language is shell scripting?
What does $@ mean bash?
shell script for reverse the string
Which scripting language is best for automation?
How do you debug a script?
How would you compare the strings in a shell script?
What does egrep mean?
What is shell scripting used for?