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
What is a shell made of?
What is awk script?
How to print all array elements and their respective indexes?
What is another name for a bash shell script that you might see?
What is @echo off?
Explain about "s" permission bit in a file?
Why are shell scripts used?
How can you find out how long the system has been running?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Is shell scripting difficult?
What are the two files of crontab command?
Is shell script a programming language?
What is the equivalent of a file shortcut that we have a window on a linux system?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Explain about the exit command?