Is shell scripting a programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a script to print the first 10 elements of fibonacci series.
What are the advantages of shell script?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What does $@ mean bash?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
What is a command line shell?
Why is used in shell scripting?
I have 2 files and I want to print the records which are common to both.
Explain about sourcing commands?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
How do I debug a shell script?
What are "c" and "b" permission fields of a file?