Create a bash shell script to sort and then
uniq the file from the command line & store it to a new
file and output the results to the screen. Name this
script "sortAndUniq.sh"
Answer Posted / supriya
sort -u filename1 |tee file2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does chmod do?
Explore about environment variables?
Is shell scripting easy to learn?
What is another name for a bash shell script that you might see?
What is $1 in shell scripting?
What is the use of break command?
Write the syntax for "if" conditionals in linux?
What is @echo off?
Which shell is the best?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How will you pass and access arguments to a script in linux?
Please give me example of " at command , contrab command " how to use
What can scripts do?
Is shell and terminal the same?
What is a file basename?