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
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What are the two files of crontab command?
Write down the syntax of "for " loop
How do you create a shortcut in linux?
What are different types of shell?
Is it possible to substitute "ls" command in the place of "echo" command?
How to pass an argument to a script?
What does debug script mean?
What does echo $0 do?
What does the sh command do?
What is bash eval?
Which shell is the best?
What does path stand for?
Why is used in shell scripting?
What exactly is a shell?