• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: move all files also with no extension via shell command
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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:49:12 -0500

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.
 _______________________________________________
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

  • Follow-Ups:
    • Re: move all files also with no extension via shell command
      • From: Adam Wuellner <email@hidden>
References: 
 >RE: move all files also with no extension via shell command (From: "Jan-Bultereys" <email@hidden>)

  • Prev by Date: Re: email-addresses are 1big email-address
  • Next by Date: Sound volume overlay?
  • Previous by thread: RE: move all files also with no extension via shell command
  • Next by thread: Re: move all files also with no extension via shell command
  • Index(es):
    • Date
    • Thread