Re: Looking for some assistance with a workflow.
Re: Looking for some assistance with a workflow.
- Subject: Re: Looking for some assistance with a workflow.
- From: Brian Lalor <email@hidden>
- Date: Wed, 17 Jan 2007 05:48:11 -0500
On Jan 17, 2007, at 4:32 AM, Leon Sargent wrote:
Anyone have an idea how to implement this.
Use a shell script and sed to modify the files.
The following should do the trick, but you'll need some Terminal
experience.
count=41
cd /path/to/folder
for x in *; do
sed -e 's#http#https#g' < "$x" > "Doba${count}.txt"
count=$((count + 1))
done
--
Brian Lalor
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden