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 files and folders?

Answers were Sorted based on User's Feedback



How to rename files and folders?..

Answer / shami.r

mv filename newfilename

Is This Answer Correct ?    130 Yes 10 No

How to rename files and folders?..

Answer / mahfooz

mv file/folder newfile/newfolder

Is This Answer Correct ?    31 Yes 8 No

How to rename files and folders?..

Answer / shiva

mv <old filename> <new filename>

mv <old foldername> <new foldername>

Is This Answer Correct ?    22 Yes 5 No

How to rename files and folders?..

Answer / siva

example:
if u wanna convert "old" into "new"
then....

command:

rename old new old


hint:
type ur "new name" between "old name".

Is This Answer Correct ?    14 Yes 6 No

How to rename files and folders?..

Answer / n k reddy

mv oldfilename newfilename

Is This Answer Correct ?    1 Yes 0 No

How to rename files and folders?..

Answer / rahul rai

$:>cat > first
this is my first file.
my name is rahul rai.
i am doing MCA.

To rename file "first" with the name "second" we can use
the following command .

$:>rename first second first

$:>cat second
this is my first file.
my name is rahul rai.
i am doing MCA.

Is This Answer Correct ?    5 Yes 7 No

How to rename files and folders?..

Answer / murali

also we can use this command

"rn file1 file1"

Murali
dharanmu@yahoo.com

Is This Answer Correct ?    17 Yes 82 No

Post New Answer

More Unix Commands Interview Questions

Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance

3 Answers   TCS,


What are filter commands in unix?

0 Answers  


What is the behavioural difference between cmp and diff commands?

0 Answers  


why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


What is difference between grep and find command in unix?

0 Answers  


Why is it called a shebang?

0 Answers  


Using unix command how to display no of records in oracle?

0 Answers  


Which unix command to make a new directory?

0 Answers  


What is the command to find maximum memory taking process on the server?

0 Answers  


What is "type" command in unix?what is the functionality??

2 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


Categories