Answer Posted / swaroopa
while [ $num -gt 0 ]
do
i=`expr $i \* 10 + $num % 10`
num=`expr $num / 10`
done
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
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 a command line shell?
Explain about return code?
What is shell application?
what is info area how many types?
What is the default ubuntu terminal?
How are shells born?
How to find duplicate record in file using shell script?
Is it possible to substitute "ls" command in the place of "echo" command?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is the way to do multilevel if-else's in shell scripting?
What is meant by $1 in shell script?
What is path in shell script?
What does $@ mean bash?
What is computer cli?