How to rename all the files in a folder having specific
extension?
Example: I have some files with extension (.txt) in a folder
name 'Test'. I have to rename all the .txt files in a test
and its subdirectories to .my extension.
Answer Posted / veera
rename replacing-text replaced-test list-of-files
ex: rename .txt .my *.txt
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are zombie processes?
How do I run a powershell script?
Is cmd a shell?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is web script?
Is it possible to substitute "ls" command in the place of "echo" command?
How to get the first line from a file using just the terminal?
Can you write a script to portray how set –x works?
What does .sh file contain?
What is the significance of the shebang line in shell scripting?
How do I debug a shell script?
Explain about "s" permission bit in a file?
What is a shell script in windows?
What is shell chemistry?
What is shell scripting used for?