![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching and deleting | beardiebeardie | UNIX for Dummies Questions & Answers | 3 | 08-09-2007 12:51 AM |
| Deleting by ID | boyler | Shell Programming and Scripting | 1 | 09-23-2003 11:37 PM |
| deleting lines | ajnabi | Shell Programming and Scripting | 8 | 05-02-2003 12:50 PM |
| deleting nfs directories... | piltrafa | UNIX for Dummies Questions & Answers | 3 | 01-30-2003 12:33 PM |
| usb - deleting (irq) | termiEEE | UNIX for Dummies Questions & Answers | 1 | 04-18-2002 06:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Deleting from Mac on GUI?
On the Mac, if you delete a file from the GUI, it actually gets moved to a .Trashes folder in your home directory. However, if you rm a file from the terminal application (command line), it is gone for good immediately like in other unix implementations.
I would like to see Apple make this functionality more uniform in that files are moved to the trash, kind of like the Tru64 capabilities. You know what? I think I would leave rm as it is, but add a delete utility. What do you tihink? |
|
||||
|
if your shell has aliasing, you could always alias whatever command you would use as the 'rm' command. however this behavior of 'rm' is uniform across all unices (AFAIK) so it really makes sense that it REALLY deletes the file. i wouldnt expect rm to do anything less
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|