From 4c8d35f752562fea1dcfe1b2861682a2432f4dc3 Mon Sep 17 00:00:00 2001 From: Tiffany Antopolski Date: Sun, 9 Jan 2011 12:36:32 -0500 Subject: [gnome-help]files-renaming: changed to tags. --- gnome-help/C/files-renaming.page | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnome-help/C/files-renaming.page') diff --git a/gnome-help/C/files-renaming.page b/gnome-help/C/files-renaming.page index a4c258f..0831027 100644 --- a/gnome-help/C/files-renaming.page +++ b/gnome-help/C/files-renaming.page @@ -2,7 +2,7 @@ type="topic" id="files-renaming"> - + Change file or folder name. @@ -101,17 +101,17 @@

- cd into the folder where the file or subfolder you wish to rename is located. + cd into the folder where the file or subfolder you wish to rename is located.

- At the shell prompt type: mv -i current_filename new_filename + At the shell prompt type: mv -i current_filename new_filename

- If you omit the -i, you may overwrite a file if you try to rename the file to a name that already exists in the folder. The -i option will ask you if you are sure that you want to overwrite the existing file. If you overwrite an existing file, there is no way you can get the original back, so be sure to use the -i option. + If you omit the -i, you may overwrite a file if you try to rename the file to a name that already exists in the folder. The -i option will ask you if you are sure that you want to overwrite the existing file. If you overwrite an existing file, there is no way you can get the original back, so be sure to use the -i option.

-- cgit