What are the different communication commands available in the shell?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
Why is used in shell scripting?
What is a shell? · Types of shell · what is shell scripting?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
Explain about shebang?
What is k shell?
How will you print the login names of all users on a system?
How do I open the shell in cmd?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
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