What is an sh file?
No Answer is Posted For this Question
Be the First to Post Answer
How to use arguments in a script?
What is the use of "shift" command in passing parameters?
How do we create command aliases in a shell?
What is a command line shell?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
How do I stop script errors?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
Tell something about the super block in shell scripting?
What is shell company all about?