Geeks Talk

Prepare for your Next Interview




Is this command serve the purpose of renaming

This is a discussion on Is this command serve the purpose of renaming within the Unix/Linux forums, part of the Operating Systems category; Is it possible to rename files or directories using mv command in Linux. I know that mv command is used for moving files or directories around the file system. But ...


Go Back   Geeks Talk > Operating Systems > Unix/Linux

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-29-2006
Contributing Member
 
Join Date: Jul 2006
Posts: 65
Thanks: 0
Thanked 2 Times in 2 Posts
christia is on a distinguished road
Is this command serve the purpose of renaming

Is it possible to rename files or directories using mv command in Linux. I know that mv command is used for moving files or directories around the file system. But what about renaming. Can we use this command for this purpose
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-09-2006
Contributing Member
 
Join Date: Jul 2006
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
StephenRaj is on a distinguished road
Re: Is this command serve the purpose of renaming

Actually mv command is called as rename command and is used for renaming files or directories.
The general syntax of this command is
#mv geek1 geek2
The above renames file geek1 to geek2.
mv command is used not only to rename files. It is also used to rename directories.
Reply With Quote

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved