Answer Posted / swaroopa
Use the command read. Suppose you want to take the path of
an argument, then read the variable like
read folder_path
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you get the value of pi till a 100 decimal places?
What is the first line of a shell script called?
Why are shell scripts used?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Write down the syntax for all the loops in shell scripting.
What is the use of a shebang line?
When should shell programming/scripting not be used?
What is an inode block?
What is path variable bash?
Explain about shebang?
How to print all the arguments provided to the script?
What is scripting used for?
How many fields are present in a crontab file and what does each field specify?
What is the first line in a shell script?
determine the output of the following command: echo ${new:-variable}