What is bash coding?
No Answer is Posted For this Question
Be the First to Post Answer
Tell something about the super block in shell scripting?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
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 to open a read-only file in the shell?
State the advantages of shell scripting?
What is the use of script interpreter in shell scripting?
How do I edit a .sh file?
What is the difference between a shell variable that is exported and the one that is not exported?
What is the first line of a shell script called?
what does "kill -9" and "kill -1" do
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.