Click to See Complete Forum and Search --> : "cut" in X


ihateBill
07-23-2001, 05:13 PM
Hi all!

How can I do the "cut" found in windows with gnome? All i see when right-clicking are:
Open with, Copy, Move to Trash, Delete, Add to Bookmarks and Properties. There is no "cut"....So basically, what I want to do, is "cut" a folder to finally paste it somewhere else...No copying....

Thanks much...
RH 6.1 with gnome like I said...

ThePyr0x
07-23-2001, 05:17 PM
drag and drop

demetrius
07-23-2001, 05:24 PM
The easiest way to move a folder or file in Linux is actually from CLI using the mv command.

like this:
mv oldname /new/location/newname

[ 23 July 2001: Message edited by: demetrius ]

ihateBill
07-23-2001, 05:26 PM
Thanks much guys! (for the drag and drop, i must admmit that I should figure this out by myself...)