Explain about debugging?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display all the files from the current directory which are created in particular month
What are environment variables?
What is the use of "shift" command in passing parameters?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Write a script to print the first 10 elements of fibonacci series.
What are the different shells available?
What is the conditional statement in shell scripting?
What can scripts do?
What is meant by $1 in shell script?
What does the sh command do?
How will you find the 99th line of a file using only tail and head command?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance