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
How do I run a script from command prompt?
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.
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.
is there any command to find user password?
I have 2 files and I want to print the records which are common to both.
what does "kill -9" and "kill -1" do
What is the first line of a shell script called?
Is bash an operating system?
What are the additional egrep symbols?
What is bash coding?
What are the different kinds of loops available in shell script?
I want to connect to a remote server and execute some commands, how can I achieve this?