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 is a program shell?
What are the types of script?
Why is shell scripting important?
What is shell and terminal?
Write a script to print the first 10 elements of fibonacci series.
Is shell a part of kernel?
How can you find out how long the system has been running?
What is the syntax of "nested if statement" in shell scripting?
wats the deinitions for shell utility and filter?
What is bash used for?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What happens when you type ls?
Why are shell scripts used?
What does $@ mean in shell?
Please give me example of " at command , contrab command " how to use