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
What is bash used for?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is a shell environment?
What is the command to find out today's date?
How to get the first line from a file using just the terminal?
How can you find out how long the system has been running?
What is a file basename?
What exactly is a shell?
What does echo $0 do?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What does the sh command do?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What are the different types of commonly used shells on a typical linux system?
Give some situations where typing error can destroy a program?
What is option in shell script?