How to write a function?
No Answer is Posted For this Question
Be the First to Post Answer
Write down the syntax of "for " loop
I want to connect to a remote server and execute some commands, how can I achieve this?
Why are shell scripts used?
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.
How will you connect to a database server from linux?
Can shell script run on windows?
What is shift command in shell script?
How will you find the 99th line of a file using only tail and head command?
How to change our default shell?
How to get the first line from a file using just the terminal?
what are bootlevel in linux?which level is booting by default.
What is the difference between a variable and value?