I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
Answer / shubham shivaji kale
You can use the following command:
# cat file1 > file2 2> file3
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find weblogic version through linux cammand
What is another name for a bash shell script that you might see?
What is the significance of the shebang line in shell scripting?
How does shell scripting work?
How to declare functions in unix shell script?
What is echo in shell?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
How would you compare the strings in a shell script?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
Is shell scripting difficult?
What are types of shells?