Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / bindu

its very simple
try this out
rename .txt .my *.txt
all the files with .txt extension will be converted into .my

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a shell in operating system?

1035


How can I set the default rwx permission to all users on every file which is created in the current shell?

1374


How to get the 3rd element/column from each line from a file?

1145


What command needs to be used to take the backup?

938


What is the first line of a shell script called?

1032


What language is bash written in?

953


How do I run a powershell script?

1048


c program to display the information of given file similar to givan by the unix or linux command ls -l

2151


How do I run a .sh file on mac?

1087


What is shell and shell script?

1064


Is cmd a shell?

961


How do I run a bin bash script?

972


What are "c" and "b" permission fields of a file?

973


What is wc in shell script?

936


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2599