<?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/extension</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 01:38:06 GMT</pubDate>
<item>
<title>(Bash) BASH one liner to rename extension of all files in folder - dorseye</title>
<link>http://snipplr.com/view/65741/bash-one-liner-to-rename-extension-of-all-files-in-folder/</link>
<description><![CDATA[ <p>BASH one liner to rename extension of all files in folder</p> ]]></description>
<pubDate>Thu, 21 Jun 2012 12:14:50 GMT</pubDate>
<guid>http://snipplr.com/view/65741/bash-one-liner-to-rename-extension-of-all-files-in-folder/</guid>
</item>
<item>
<title>(Bash) Lowercase extension - vigoncas</title>
<link>http://snipplr.com/view/27689/lowercase-extension/</link>
<description><![CDATA[ <p>Lowercase .JPG extension</p> ]]></description>
<pubDate>Thu, 04 Feb 2010 09:43:40 GMT</pubDate>
<guid>http://snipplr.com/view/27689/lowercase-extension/</guid>
</item>
<item>
<title>(Bash) Build and install an Adobe Dreamweaver CS4 extension from a *.mxi - s3xym4n</title>
<link>http://snipplr.com/view/24430/build-and-install-an-adobe-dreamweaver-cs4-extension-from-a-mxi/</link>
<description><![CDATA[ <p>This will build and install a Dreamweaver CS4 extension automatically and silently. The version number will be taken from the *.mxi file and appended to the packed *.mxp. Set the extensionfile variable to the name of the *.mxi file without the extension.

If the the extensionfile variable is set to "DreamweaverExtension", Adobe Extension manager will build "DreamweaverExtension.mxi", generate "DreamweaverExtension-1.0.0.mxp" (version number taken from the *.mxi), and install it.</p> ]]></description>
<pubDate>Mon, 07 Dec 2009 16:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/24430/build-and-install-an-adobe-dreamweaver-cs4-extension-from-a-mxi/</guid>
</item>
<item>
<title>(Bash) Search by extension - dorseye</title>
<link>http://snipplr.com/view/18484/search-by-extension/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Aug 2009 23:58:56 GMT</pubDate>
<guid>http://snipplr.com/view/18484/search-by-extension/</guid>
</item>
<item>
<title>(Bash) Add Suffix, Retain Extension, and Copy - iloveitaly</title>
<link>http://snipplr.com/view/17444/add-suffix-retain-extension-and-copy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Jul 2009 23:24:36 GMT</pubDate>
<guid>http://snipplr.com/view/17444/add-suffix-retain-extension-and-copy/</guid>
</item>
<item>
<title>(Bash) Savoir si une extension PHP est installée sur un serveur Linux - cyo</title>
<link>http://snipplr.com/view/5068/savoir-si-une-extension-php-est-installe-sur-un-serveur-linux/</link>
<description><![CDATA[ <p>Il suffit de créer une page PHP et y placer un phpinfo() ou si vous avez accès au serveur en ligne de commande (Putty, WinSCP, ...), vous pouvez tapez cette commande. Dans l'exemple, nous souhaitons savoir si l'extension openssl est présente et nous recherchons donc la chaîne 'SSL'. On indique l'option -i pour ne pas tenir compte de la casse.</p> ]]></description>
<pubDate>Thu, 14 Feb 2008 13:03:44 GMT</pubDate>
<guid>http://snipplr.com/view/5068/savoir-si-une-extension-php-est-installe-sur-un-serveur-linux/</guid>
</item>
<item>
<title>(Bash) Find/Grep for a string across multiple files with different extensions - noah</title>
<link>http://snipplr.com/view/2033/findgrep-for-a-string-across-multiple-files-with-different-extensions/</link>
<description><![CDATA[ <p>Search many files for a string.  This example finds the string "thingy."  This is useful when I want to find, say, a CSS class name that has changed, and update it in all of my .js, .jsp and .jspf files.  

The -niP argument to grep is optional.  -n prints line numbers, -i makes search case-insensitive, and -P toggles Perl regular expression syntax.  (I'm not sure that -P works under Cygwin.)</p> ]]></description>
<pubDate>Sun, 28 Jan 2007 07:43:53 GMT</pubDate>
<guid>http://snipplr.com/view/2033/findgrep-for-a-string-across-multiple-files-with-different-extensions/</guid>
</item>
</channel>
</rss>