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
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What are "c" and "b" permission fields of a file?
What is the purpose of scripting?
How do I set bash as default shell mac?
What language is shell scripting?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What does $@ mean in shell?
What are the disadvantages of shell scripting?
What is meant by dos operating system?
What is a batch file used for?
What can you do with powershell?
write a shell script to check the failed jobs?
how will you find the total disk space used by a specific user?
What are types of shells?
Is shell and terminal the same?