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
What is scripting used for?
What is shell and shell script?
What is shell environment?
What is awk in shell scripting?
Is shell scripting a programming language?
What are scripts in psychology?
What can you do with powershell?
What is @echo off?
How do you find out What is your shell?
Is cmd a shell?
How do you create a shortcut in linux?
What are the default permissions of a file when it is created?
What is .sh file in mac?
What does echo mean in scripting?
What is the use of break command?