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 |
Write down the syntax for all the loops in shell scripting.
Which is best institute for testing tool?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
How do I start a shell script?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
What is a boot block?
What are the types of script?
How to customise the other shell?
How to get script name inside a script?
What can scripts do?
How will I insert a line "abcdef" at every 100th line of a file?
What is the way to do multilevel if-else's in shell scripting?