logical american wrote circa 10-09-29 04:38 PM:
>   This is a "noobie" linux question.
> 
> I cannot seem to find a simple linux command to do the following:
> 
> mv /one/long/path/on/a/partition/file 
> /another/path/on/another/partition/file
> [...]
> Isn't there an easy way to do this?

How about:

$ mkdir -p /another/path/on/another/partition/
$ mv /one/long/path/on/a/partition/file /another/path/on/another/partition/

-- 
glen e. p. ropella, 971-222-9095, http://tempusdictum.com

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to