<?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/tags/underscore</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 15:21:52 GMT</pubDate>
<item>
<title>(Bash) Convert spaces in file names to underscores - hced</title>
<link>http://snipplr.com/view/45636/convert-spaces-in-file-names-to-underscores/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Dec 2010 03:32:39 GMT</pubDate>
<guid>http://snipplr.com/view/45636/convert-spaces-in-file-names-to-underscores/</guid>
</item>
<item>
<title>(JavaScript) Replace space with _ - duniyadnd</title>
<link>http://snipplr.com/view/14252/replace-space-with-/</link>
<description><![CDATA[ <p>I'll never learn how to use this Markdown system. Anyway, here is the fixed code based on my comment on the following page:

http://snipplr.com/view/14206/replace-spaces-with-underscores/

I'm sorry, I don't mean to hijack the code. :(</p> ]]></description>
<pubDate>Tue, 21 Apr 2009 20:32:14 GMT</pubDate>
<guid>http://snipplr.com/view/14252/replace-space-with-/</guid>
</item>
<item>
<title>(Bash) Remove Dot Underscore Files - shaunchapman</title>
<link>http://snipplr.com/view/14120/remove-dot-underscore-files/</link>
<description><![CDATA[ <p>Mac OS X creates files beginning with *._* to Samba shares when files on a Unix/Linux machine are accessed with a Mac.  I use [Coda](http://www.panic.com/coda/) to access a Samba share on my development server at work.  This is really annoying when checking the status of the Subversion repository.  So, I've come up with a solution to remove those files while ignoring similarly named files in hidden Subversion directories.  This command will ask you to confirm that you want to remove each file.

For added convenience, I suggest making this an alias (add `alias dot_clean='find . -name ".svn" -prune -o -name "._*" -exec rm -i {} \;'` to the *.bashrc*, *.bash_profile*, or *.bash_login* file in your home directory).  To clean a directory, simply type `cd directory_name` then `dot_clean`.  Enjoy!</p> ]]></description>
<pubDate>Fri, 17 Apr 2009 11:35:58 GMT</pubDate>
<guid>http://snipplr.com/view/14120/remove-dot-underscore-files/</guid>
</item>
<item>
<title>(PHP) Underscore Strings - Abe</title>
<link>http://snipplr.com/view/4848/underscore-strings/</link>
<description><![CDATA[ <p>You can use it with 'Nice URLs'
http://snipplr.com/view/4562/nice-urls-php-htaccess/</p> ]]></description>
<pubDate>Wed, 30 Jan 2008 14:30:39 GMT</pubDate>
<guid>http://snipplr.com/view/4848/underscore-strings/</guid>
</item>
<item>
<title>(Apache) Replace _ with - in almost every url (plus nice tag urls in movabletype) - eszpee</title>
<link>http://snipplr.com/view/4679/replace--with--in-almost-every-url-plus-nice-tag-urls-in-movabletype/</link>
<description><![CDATA[ <p>list the exceptions where you don't want to replace in the rewrite rules before the one that matches the underscore, and finish them with [L], otherwise they'll get replaced too.

[N] means rerun the whole replacing stuff once the line matched... careful with that.</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 14:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/4679/replace--with--in-almost-every-url-plus-nice-tag-urls-in-movabletype/</guid>
</item>
</channel>
</rss>