Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How do I run a script from command prompt?

0 Answers  


How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.

5 Answers   Wells Fargo,


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.

0 Answers  


is there any command to find user password?

4 Answers  


I have 2 files and I want to print the records which are common to both.

0 Answers  






what does "kill -9" and "kill -1" do

2 Answers   Amazon,


What is the first line of a shell script called?

0 Answers  


Is bash an operating system?

0 Answers  


What are the additional egrep symbols?

2 Answers  


What is bash coding?

0 Answers  


What are the different kinds of loops available in shell script?

3 Answers  


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


Categories