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: Doug McNutt <email@hidden>
- Date: Wed, 4 May 2005 15:44:41 -0600
At 18:56 +0200 5/4/05, Jan-Bultereys wrote:
>do shell script "" & Source & " ; mv *.* " & destination & ""
> on error
> display dialog "does not work"
> end try
>end tell
>
>What is the shell command to move every file in a folder mv *.* is not my solution
Try using just one asterisk.
*.* means files that have a dot somewhere. * will match anything.
--
--> From the U S of A, the only socialist country that refuses to admit it. <--
_______________________________________________
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