nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

How to rename a file in Linux

This is a discussion on How to rename a file in Linux within the Linux software forums, part of the Linux Getting Started category; mv command renames the file named by the source operand to the destination path named by the target operand. mv ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 04-22-2008, 03:00 AM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power: 4
raj is on a distinguished road
Default How to rename a file in Linux

mv command renames the file named by the source operand to the destination path named by the target operand. mv command syntax:

Code:
mv {old-file-name {new-file-name}
mv {old-dir-name} {new-dir-name}
Rename a file tom.txt to jerry.txt, type:
Code:
mv tom.txt jerry.txt
Rename a directory lgitech to logitech, enter:
Code:
mv lgitech logitech
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
script to automate download and rename wademac Shell scripting 0 04-15-2008 12:51 AM
Open file in linux amsreeku Linux software 1 03-24-2008 07:41 PM
how to rename eth0 to eth1 deltamails Networking, Firewalls and Security 1 09-24-2007 08:53 PM
Script file to be run when linux boot adhikari.rohit Shell scripting 7 05-22-2007 08:59 PM
How can I rename a file by its date? warren Linux software 5 03-30-2006 01:11 PM


All times are GMT +5.5. The time now is 09:49 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36