<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: oneliner code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 01:54:48 GMT</pubDate>
    <description>DZone Snippets: oneliner code</description>
    <item>
      <title>Generate 20 random passwords</title>
      <link>http://snippets.dzone.com/posts/show/2446</link>
      <description>&lt;code&gt;&lt; /dev/urandom tr -cd '[:print:]' | fold -w 15 | head -n 20&lt;/code&gt;</description>
      <pubDate>Sun, 20 Aug 2006 11:03:38 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2446</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>&#12514;&#12472;&#12517;&#12540;&#12523;&#12398;&#12497;&#12473;&#12434;&#35519;&#12409;&#12427;</title>
      <link>http://snippets.dzone.com/posts/show/1045</link>
      <description>&lt;code&gt;&lt;br /&gt;perldoc -ml Module::Name::Here&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 03 Jan 2006 07:55:33 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1045</guid>
      <author>masaki (NAKAGAWA Masaki)</author>
    </item>
    <item>
      <title>Change file name from upper to lower case</title>
      <link>http://snippets.dzone.com/posts/show/630</link>
      <description>This script requires perl, and a modern shell with ls (this was written/tested using Bash).  It also will not work recursively without some modifications.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for file in `ls -1|perl -ne 'print "$_" if (/[A-Z]/);'`&lt;br /&gt;do&lt;br /&gt;  mv ${file} `echo ${file}|perl -ne 'chomp;print "$_" if (tr/A-Z/a-z/);'`;&lt;br /&gt;done&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 04 Sep 2005 05:42:05 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/630</guid>
      <author>sjspig (S Spigarelli)</author>
    </item>
    <item>
      <title>Oneliner - Print a File as Hex</title>
      <link>http://snippets.dzone.com/posts/show/100</link>
      <description>&lt;code&gt;&lt;br /&gt;perl -ne '@a=split"";for(@a){printf"%02x ",ord;print"\n"unless++$c % 20}' sample.txt&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 09 Apr 2005 06:09:27 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/100</guid>
      <author>beutelevision (Thomas Beutel)</author>
    </item>
  </channel>
</rss>
