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
How will you copy a file from one machine to other?
What is a shell in operating system?
What are the advantages of shell script?
What are the different types of commonly used shells on a typical linux system?
What is shell application?
What are the default permissions of a file when it is created?
Explain about shebang?
What's the difference between scripting and coding?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is a boot block?
c program to display the information of given file similar to givan by the unix or linux command ls -l
How are shells born?
How will you pass and access arguments to a script in linux?
Explain about the slow execution speed of shells?
What is sh in shell script?