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 |
whta is the use of "exec" command?
Write down the syntax of "for " loop
what is the difference between cmp and diff commands
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
What are the advantages of shell script?
What does debug script mean?
Which is best institute for testing tool?
In a single command how do you run the previous command in the command prompt.
How would you replace the n character in a file with some xyz?
What is path in shell script?
Where is bash history?
What is the use of "test" command?