Explain about stdin, stdout and stderr?
No Answer is Posted For this Question
Be the First to Post Answer
When we login into our account which files are executed?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
What is the meaning of $1 in shell script?
What happens when you type ls?
give me some website where i can get unix and testing meterials
What is shell application?
How will you connect to a database server from linux?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
Why is the use of shell script?
What is sed in shell script?
What does debug script mean?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on