Mike Busboom <mbusb...@gmail.com> wrote:
> I am using Mac OS 10.9.5. Does anyone know of a way to move files from one
> directory to another?  

Two ways:

1. The faster method in most cases is to use the mv command from your terminal
shell prompt. It's even faster if you use tab completion to save typing, and
you also have the advantage of wildcard expansion for moving multiple files
and directories. People who don't know how to use command line interfaces well
are at a serious disadvantage as computer users.

2. From the finder, use command-c to copy the file to the clipboard, then
navigate to the destination directory and type command-ctrl-v (I hope that's
correct). It moves the file instead of copying it as the plain command-v
operation does.

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to