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.
Answer Posted / abc
For single file, you can do following command;
mv "interview question.sh" interview-question.sh
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is shell scripting difficult?
What is the difference between bash and shell?
Which is better perl or shell scripting?
What is shell geeksforgeeks?
What is bash coding?
What is shell scripting used for?
How will you find the 99th line of a file using only tail and head command?
What does $1 mean in bash?
What is @echo off?
What is the syntax of "nested if statement" in shell scripting?
What is computer cli?
Which shell is the best?
What is bash shell command?
Is shell scripting easy to learn?
How many fields are present in a crontab file and what does each field specify?