Deleting files: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |Title=6. Deleting files |prev=Man 2 ch05s05 |Subtitle=Chapter V. Working with files and folders |next=Ma…')
 
m (moved Man 2 ch05s06 to Deleting files: Title updates (BV))
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
__NOEDITSECTION__
{{Man2top
{{Man2top
|lang=en
|lang=en
|rev=2.0.0
|rev=2.0.0
|st=d
|Title=6. Deleting files
|Title=6. Deleting files
|prev=Man 2 ch05s05
|prev=Man 2 ch05s05
Line 9: Line 9:
|next=Man 2 ch05s07
|next=Man 2 ch05s07
}}
}}
== 6. Deleting files ==
 
To delete a file, right click on it in the file browser within the side panel. You will be asked either to confirm the deletion or to cancel the process, if you have the right permissions for it.
To delete a file, right click on it in the file browser within the side panel. You will be asked either to confirm the deletion or to cancel the process, if you have the right permissions for it.


{{warning|text=Be cautious with this feature, there is no easy way to recover the deleted file.}}


[[File:Man2_warning.png]] Be cautious with this feature, there is no easy way to recover the deleted file.
{{warning|text=Mac OS X users: this command is not equivalent to putting the file in the trash, but to using the '''rm''' command, so that, apart using a specialized commercial tool, you cannot recover the file.}}
 
[[File:Man2_warning.png]] Mac OS X users: this command is not equivalent to putting the file in the trash, but to using the '''rm''' command, so that, apart using a specialized commercial tool, you cannot recover the file.


Combining this feature with the Show hidden files feature accessible via the contextual menu of the Filebrowser side panel allows you to delete hidden files more easily than via the '''rm''' tool on some systems.
Combining this feature with the Show hidden files feature accessible via the contextual menu of the Filebrowser side panel allows you to delete hidden files more easily than via the '''rm''' tool on some systems.
Line 21: Line 20:
Combining it with the Rename feature accessible via the contextual menu of the Filebrowser side panel allows you to delete an original file once you have edited a new file based on the former one, and to give the new file the same name as the original one.
Combining it with the Rename feature accessible via the contextual menu of the Filebrowser side panel allows you to delete an original file once you have edited a new file based on the former one, and to give the new file the same name as the original one.


 
{{tip|text=The first safe usage I can find for this feature is, for example, to remove the backup .#filename.version files created by CVS during conflicts after resolving them, particularly on Mac OS X where those files are tricky to access.<br />
[[File:Man2_tip.png]] The first safe usage I can find for this feature is, for example, to remove the backup .#filename.version files created by CVS during conflicts after resolving them, particularly on Mac OS X where those files are tricky to access.
A second usage would be, for example, to save a po file again under its original name after updating it via a shell script under a new name, and editing it manually.}}
 
A second usage would be, for example, to save a po file again under its original name after updating it via a shell script under a new name, and editing it manually.




Line 34: Line 31:
|nextname=7.&nbsp;Closing files
|nextname=7.&nbsp;Closing files
}}
}}
[[Category: Manual 2]]

Latest revision as of 16:54, 26 June 2010


To delete a file, right click on it in the file browser within the side panel. You will be asked either to confirm the deletion or to cancel the process, if you have the right permissions for it.

Man2 warning.png Be cautious with this feature, there is no easy way to recover the deleted file.
Man2 warning.png Mac OS X users: this command is not equivalent to putting the file in the trash, but to using the rm command, so that, apart using a specialized commercial tool, you cannot recover the file.

Combining this feature with the Show hidden files feature accessible via the contextual menu of the Filebrowser side panel allows you to delete hidden files more easily than via the rm tool on some systems.

Combining it with the Rename feature accessible via the contextual menu of the Filebrowser side panel allows you to delete an original file once you have edited a new file based on the former one, and to give the new file the same name as the original one.

Man2 tip.gif The first safe usage I can find for this feature is, for example, to remove the backup .#filename.version files created by CVS during conflicts after resolving them, particularly on Mac OS X where those files are tricky to access.

A second usage would be, for example, to save a po file again under its original name after updating it via a shell script under a new name, and editing it manually.