Answer Posted / pushkar
if [ -d $var ] ;then
rm -rf $var
fi
mkdir $var
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to print the first array element?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How can you get the value of pi till a 100 decimal places?
What is shell variable?
What language is used in terminal?
What are the types of script?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What are the various stages of a linux process it passes through?
Is shell scripting a programming language?
What does $1 mean in bash?
Is bash an operating system?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is scripting used for?
write a shell script to check the failed jobs?
What language is bash written in?