What is a shell script? Can you name some of its advantages?
Answer / Manoj Sagar
A Shell Script is a script written for Unix-like operating systems that provides commands in an easy-to-understand format. Its advantages include automation of repetitive tasks, efficient resource utilization, platform portability, and flexibility.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bash used for?
what are bootlevel in linux?which level is booting by default.
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
What is shell and terminal?
How will you copy a file from one machine to other?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
How to create environment variables?What are the conditions for creating variables?
What is a beat in a script?
What is basename in shell script?