Re: move all files also with no extension via shell command
Re: move all files also with no extension via shell command
- Subject: Re: move all files also with no extension via shell command
- From: Adam Wuellner <email@hidden>
- Date: Fri, 6 May 2005 09:50:44 -0500
On 5/6/05, Adam Wuellner <email@hidden> wrote:
> On 5/6/05, Jan-Bultereys <email@hidden> wrote:
> > thanks all for the input.
> >
> > I have looked at the man pages from ditto but I can not find to delete the original files when files have been moved.
> >
> > what I want is to ---move--- the files to an other directory and as you all pointed "with" the .rsrc data.
> >
>
> ditto --rsrc /src/* /dest/*; rm /src/*
>
> That is, follow the ditto command with a rm (remove) command. You can
> put them in the same 'do shell script' call by separating the two
> commands with a semicolon. The commands will run consecutively.
And yes, that does take longer than mv. MvMac might be better?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden