how to print the matrix form of 2-d, 3-d arrays in unix c
shell scripts ?
No Answer is Posted For this Question
Be the First to Post Answer
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What happens on a system call?
How to initialize a directory size to a variable??
What is a boot block?
What is the difference between grep and egrep?
how is the oppurtunities for unix in the software
What is meant by $1 in shell script?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What are the different methods available to run a shell script?
How do I run a .sh file?
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
What is the first line of a shell script called?