On Mar 30, 2013, at 1:14 AM, Tom Robinson wrote:

> for f in *; do mv "$f" "403 $f"; done

find path/to/folders/containing/files -type f | while read FILENAME; do mv 
"$FILENAME" "$FILENAME.jpg"; done

Be sure to work on a copy of the original set of folders in case there's a 
problem (in case the script fails in any way).

Not sure what "403" does, but probably just an example of what can be done.

Ted Stresen-Reuter

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to