Write a shell program to test whether a given number is even
or odd?
Answer Posted / 111
1111
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is the crontab?
What is computer cli?
Explain about shebang?
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
How do I open the shell prompt?
How do I stop script errors?
How does ls command work?
What is the conditional statement in shell scripting?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
Explain about stdin, stdout and stderr?
What are the two files of crontab command?
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.
Why are there shells on the beach?
How to set an array in linux?
Why are shell scripts used?