What is shell scripting used for?
No Answer is Posted For this Question
Be the First to Post Answer
How will you find the 99th line of a file using only tail and head command?
What are the types of script?
is there any command to find user password?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
c program to check whether all the directories in the path exists has read and write permission
what does "kill -9" and "kill -1" do
How to use arguments in a script?
what do u mean by $#,$* in unix programming?
What language is bash written in?
What command needs to be used to take the backup?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is the use of echo in shell script?