What is shift command in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
How shell works?
What does echo $0 do?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
Why are there shells on the beach?
How do I run a powershell script?
how to read systems current date and time
In which variable prompt value is stored?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
determine the output of the following command: echo ${new:-variable}
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
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.