Why should we use shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
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?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What's the difference between scripting and coding?
What is the use of "$?" Sign in shell script?
How does shell scripting work?
How would you compare the strings in a shell script?
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
is there any command to find user password?
How do you debug a script?
write a shell script to check whether all the directories in the path exist has read and write permission