<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/batch</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 14:44:05 GMT</pubDate>
<item>
<title>(Bash) batch rename in subdirectories - lafayette</title>
<link>http://snipplr.com/view/69695/batch-rename-in-subdirectories/</link>
<description><![CDATA[ <p>rename all files in subdirectories from .cpp to .c</p> ]]></description>
<pubDate>Wed, 30 Jan 2013 02:37:03 GMT</pubDate>
<guid>http://snipplr.com/view/69695/batch-rename-in-subdirectories/</guid>
</item>
<item>
<title>(Bash) Batch move small files to separate directory - graceman9</title>
<link>http://snipplr.com/view/61354/batch-move-small-files-to-separate-directory/</link>
<description><![CDATA[ <p>Separate small and big files by moving it out to different directories.</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 00:01:29 GMT</pubDate>
<guid>http://snipplr.com/view/61354/batch-move-small-files-to-separate-directory/</guid>
</item>
<item>
<title>(Bash) Apple Compressor Command Line Batch Submission - sq1labs</title>
<link>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</link>
<description><![CDATA[ <p>cd into sourcepath directory and then run command. destpath must have same tree structure as sourcepath
 
Crawls a directory and submits all .mov files encountered to Compressor command line, needs same tree structure at destination (Compressor 4) - example is prores hq setting</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 12:43:24 GMT</pubDate>
<guid>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</guid>
</item>
<item>
<title>(Bash) Skeleton Directory Tree sync - sq1labs</title>
<link>http://snipplr.com/view/57781/skeleton-directory-tree-sync/</link>
<description><![CDATA[ <p>mirrors a tree without files on local file system</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 12:35:54 GMT</pubDate>
<guid>http://snipplr.com/view/57781/skeleton-directory-tree-sync/</guid>
</item>
<item>
<title>(Bash) recursively resize jpg - tao326</title>
<link>http://snipplr.com/view/38014/recursively-resize-jpg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Jul 2010 01:32:39 GMT</pubDate>
<guid>http://snipplr.com/view/38014/recursively-resize-jpg/</guid>
</item>
<item>
<title>(Bash) Batch resize images - jfoucher</title>
<link>http://snipplr.com/view/29115/batch-resize-images/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Mar 2010 05:37:59 GMT</pubDate>
<guid>http://snipplr.com/view/29115/batch-resize-images/</guid>
</item>
<item>
<title>(Bash) Batch ffmpeg - matpolster</title>
<link>http://snipplr.com/view/17057/batch-ffmpeg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jul 2009 03:49:32 GMT</pubDate>
<guid>http://snipplr.com/view/17057/batch-ffmpeg/</guid>
</item>
<item>
<title>(Bash) Nautilus Script to Convert Video to FLV - ping_ch</title>
<link>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</link>
<description><![CDATA[ <p>1. Save under .gnome2/nautilus-scripts/ 
2. Right click some video file
3. Select Scripts->toFlv

Works with multiple files.</p> ]]></description>
<pubDate>Tue, 24 Feb 2009 04:51:39 GMT</pubDate>
<guid>http://snipplr.com/view/12526/nautilus-script-to-convert-video-to-flv/</guid>
</item>
<item>
<title>(Bash) Create a batch file wrapper for a script in linux - wolfie</title>
<link>http://snipplr.com/view/6131/create-a-batch-file-wrapper-for-a-script-in-linux/</link>
<description><![CDATA[ <p>Useful if you need to run the same command for lots and lots of different parameters</p> ]]></description>
<pubDate>Tue, 06 May 2008 06:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/6131/create-a-batch-file-wrapper-for-a-script-in-linux/</guid>
</item>
<item>
<title>(Bash) Generate list of installed programs - lesliesrussell</title>
<link>http://snipplr.com/view/4540/generate-list-of-installed-programs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jan 2008 17:25:39 GMT</pubDate>
<guid>http://snipplr.com/view/4540/generate-list-of-installed-programs/</guid>
</item>
<item>
<title>(Bash) Batch download files from a web directory - iblis</title>
<link>http://snipplr.com/view/3861/batch-download-files-from-a-web-directory/</link>
<description><![CDATA[ <p>-nd   do not create a hierarchy of directories (save all recursively retrieved files in the current directory)
-r      recursive retrieving
-l1    set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary
--no-parent     do not ever ascend to the parent directory
-A    specify file name suffixes or patterns to accept (-R to reject)</p> ]]></description>
<pubDate>Mon, 08 Oct 2007 14:01:23 GMT</pubDate>
<guid>http://snipplr.com/view/3861/batch-download-files-from-a-web-directory/</guid>
</item>
<item>
<title>(Bash) batch rename files - benpjohnson</title>
<link>http://snipplr.com/view/3679/batch-rename-files/</link>
<description><![CDATA[ <p>Manipulate the names of all the files in a folder in bash</p> ]]></description>
<pubDate>Thu, 13 Sep 2007 06:45:03 GMT</pubDate>
<guid>http://snipplr.com/view/3679/batch-rename-files/</guid>
</item>
<item>
<title>(Bash) wget with username and password - noah</title>
<link>http://snipplr.com/view/2687/wget-with-username-and-password/</link>
<description><![CDATA[ <p>This is how to connect to a secure site with wget.  The Cygwin manpage is quite confusing on this issue.</p> ]]></description>
<pubDate>Tue, 22 May 2007 11:08:00 GMT</pubDate>
<guid>http://snipplr.com/view/2687/wget-with-username-and-password/</guid>
</item>
</channel>
</rss>