What are the different kinds of loops available in shell
script?
Answers were Sorted based on User's Feedback
Answer / swaroopa
Broadly categorised in 3
for
while
until
if and case are not loops but rather control structures
| Is This Answer Correct ? | 9 Yes | 1 No |
What are the two files of crontab command?
How to debug the problems encountered in the shell script/program?
Why we are writting shell scripts? Plz if possible explain it briefly.
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
What is Path variable?What is its use?
how will you find the total disk space used by a specific user?
What are "c" and "b" permission fields of a file?
What are different types of shell?
What is the difference between scripting and coding?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
c program to display the information of given file similar to givan by the unix or linux command ls -l
What are the advantages of shell script?