Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / praveen tiwari
Shell script allows the user to perform his day-to-day
tasks sooner.Even a Shell Environment doesnt need a
graphical environment to write a script. So what happens is
it will be more easy for programmer to write shell scripts
on Command line environment , where it doesnt costs more
resources comparable to Graphical environment.
For example : Backup Scripts , Keeping Log files of system.
shell scripts makes you the task easier !!
And to automate the script in Linux we perform cron tasks.
Once cron has to be set. It performs operations automatically
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to get the last line from a file using just the terminal?
What language is bash written in?
What is a shell script? Can you name some of its advantages?
Is shell a part of kernel?
Why is the use of shell script?
Can shell script run on windows?
What is bash coding?
How to check if a directory exists?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What are the four fundamental components of every file system on linux?
What is the best shell scripting language?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
I want to connect to a remote server and execute some commands, how can I achieve this?
Write a script to print the first 10 elements of fibonacci series.
What is the conditional statement in shell scripting?