<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 17 Jun 2026 09:24:33 +0000</lastBuildDate>
    <item>
      <title>(Bash) Read and process the output of a command one row at a time - rm1984</title>
      <link>https://snipplr.com/view/147228/read-and-process-the-output-of-a-command-one-row-at-a-time</link>
      <description>&lt;p&gt;Read and process the output of a command one row at a time&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:20:06 UTC</pubDate>
      <guid>https://snipplr.com/view/147228/read-and-process-the-output-of-a-command-one-row-at-a-time</guid>
    </item>
    <item>
      <title>(C#) GPS MODEM CONFIG. - hidroxido</title>
      <link>https://snipplr.com/view/105610/gps-modem-config</link>
      <description>&lt;p&gt;Configure program for CalAmp lmu-800 and skypatrol nitro gps avl , (works with every device who support AT Command)&lt;/p&gt;</description>
      <pubDate>Sun, 26 Jul 2015 12:05:24 UTC</pubDate>
      <guid>https://snipplr.com/view/105610/gps-modem-config</guid>
    </item>
    <item>
      <title>(Other) Execute a command in swift - nguyenvu</title>
      <link>https://snipplr.com/view/102806/execute-a-command-in-swift</link>
      <description>&lt;p&gt;let commandOutput = executeCommand("/bin/echo", ["Hello, I am here!"])&#13;
   println("Command output: \(commandOutput)")&lt;/p&gt;</description>
      <pubDate>Wed, 17 Jun 2015 20:36:42 UTC</pubDate>
      <guid>https://snipplr.com/view/102806/execute-a-command-in-swift</guid>
    </item>
    <item>
      <title>(PHP) An Utility to Search Text in All Files of Any Directory in PHP - ursdeep</title>
      <link>https://snipplr.com/view/102244/an-utility-to-search-text-in-all-files-of-any-directory-in-php</link>
      <description>&lt;p&gt;An Utility to Search Text in All Files of Any Directory in PHP&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jun 2015 00:51:16 UTC</pubDate>
      <guid>https://snipplr.com/view/102244/an-utility-to-search-text-in-all-files-of-any-directory-in-php</guid>
    </item>
    <item>
      <title>(Perl) Send email from gmail account via command line - jsinix</title>
      <link>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</link>
      <description>&lt;p&gt;This scripts can be used to send email from your gmail account by authenticating. It can be modified to login to any SMTP server.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 03:35:34 UTC</pubDate>
      <guid>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</guid>
    </item>
    <item>
      <title>(Windows PowerShell) Batch script to open an Administrator CMD shell - deanhouseholder</title>
      <link>https://snipplr.com/view/73847/batch-script-to-open-an-administrator-cmd-shell</link>
      <description>&lt;p&gt;This batch script writes a temporary .vbs file which will invoke a UAC prompt to open an administrator command prompt.  This makes it easy to create a shortcut to an admin prompt.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:09:08 UTC</pubDate>
      <guid>https://snipplr.com/view/73847/batch-script-to-open-an-administrator-cmd-shell</guid>
    </item>
    <item>
      <title>(Bash) sdiff - show difference between local file and remote file side by side - donkeykong</title>
      <link>https://snipplr.com/view/72284/sdiff--show-difference-between-local-file-and-remote-file-side-by-side</link>
      <description>&lt;p&gt;This is a good way to show the difference between files side by side to quickly see what parts are not the same, if any.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Sep 2013 02:44:11 UTC</pubDate>
      <guid>https://snipplr.com/view/72284/sdiff--show-difference-between-local-file-and-remote-file-side-by-side</guid>
    </item>
    <item>
      <title>(Bash) Tree : Affichage visuel de hiÃ©rarchie de fichiers - spec_island</title>
      <link>https://snipplr.com/view/71648/tree--affichage-visuel-de-hirarchie-de-fichiers</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 27 Jun 2013 17:05:23 UTC</pubDate>
      <guid>https://snipplr.com/view/71648/tree--affichage-visuel-de-hirarchie-de-fichiers</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript Command Pattern - timsommer</title>
      <link>https://snipplr.com/view/66443/javascript-command-pattern</link>
      <description>&lt;p&gt;The Command pattern aims to encapsulate method invocation, requests or operations&#13;
into a single object and gives you the ability to both parameterize and pass method calls&#13;
around that can be executed at your discretion. In addition, it enables you to decouple&#13;
objects invoking the action from the objects which implement them, giving you a&#13;
greater degree of overall flexibility in swapping out concrete 'classes'.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Jul 2012 19:48:40 UTC</pubDate>
      <guid>https://snipplr.com/view/66443/javascript-command-pattern</guid>
    </item>
    <item>
      <title>(Other) Easy single line LAMP installation - ninacess</title>
      <link>https://snipplr.com/view/62895/easy-single-line-lamp-installation</link>
      <description>&lt;p&gt;One-line code for installing LAMP server for Ubuntu OS.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:59:49 UTC</pubDate>
      <guid>https://snipplr.com/view/62895/easy-single-line-lamp-installation</guid>
    </item>
    <item>
      <title>(DOS Batch) Viewing an image under Windows 7 from a command line - m1b</title>
      <link>https://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line</link>
      <description>&lt;p&gt;Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:52:54 UTC</pubDate>
      <guid>https://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line</guid>
    </item>
    <item>
      <title>(PHP) Read Command Line Arguments - tcam27</title>
      <link>https://snipplr.com/view/56264/read-command-line-arguments</link>
      <description>&lt;p&gt;If you want to use PHP as a command line program, this code can serve s a reference to read the arguments passed to the program.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jul 2011 23:54:31 UTC</pubDate>
      <guid>https://snipplr.com/view/56264/read-command-line-arguments</guid>
    </item>
    <item>
      <title>(Bash) transfer files via ssh - frigga</title>
      <link>https://snipplr.com/view/52740/transfer-files-via-ssh</link>
      <description>&lt;p&gt;Command to transfer files between servers using the command line.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Apr 2011 19:52:56 UTC</pubDate>
      <guid>https://snipplr.com/view/52740/transfer-files-via-ssh</guid>
    </item>
    <item>
      <title>(Bash) if command exists (Bash) - jeremydouglass</title>
      <link>https://snipplr.com/view/52551/if-command-exists-bash</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 25 Apr 2011 05:20:44 UTC</pubDate>
      <guid>https://snipplr.com/view/52551/if-command-exists-bash</guid>
    </item>
    <item>
      <title>(Bash) Command Line to Compile for Playbook using Blackberry SDK - dim</title>
      <link>https://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Apr 2011 00:03:46 UTC</pubDate>
      <guid>https://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk</guid>
    </item>
    <item>
      <title>(AppleScript) Applescript function - send CMD Command down key plus a letter keystroke - brandonjp</title>
      <link>https://snipplr.com/view/50928/applescript-function--send-cmd-command-down-key-plus-a-letter-keystroke</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Mar 2011 02:06:21 UTC</pubDate>
      <guid>https://snipplr.com/view/50928/applescript-function--send-cmd-command-down-key-plus-a-letter-keystroke</guid>
    </item>
    <item>
      <title>(Bash) Rename files from command line - alassiter</title>
      <link>https://snipplr.com/view/50409/rename-files-from-command-line</link>
      <description>&lt;p&gt;A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 03:04:30 UTC</pubDate>
      <guid>https://snipplr.com/view/50409/rename-files-from-command-line</guid>
    </item>
    <item>
      <title>(Bash) Count files in a directory - alassiter</title>
      <link>https://snipplr.com/view/50408/count-files-in-a-directory</link>
      <description>&lt;p&gt;A very simple quick way to count the number of files in a directory.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 02:55:52 UTC</pubDate>
      <guid>https://snipplr.com/view/50408/count-files-in-a-directory</guid>
    </item>
    <item>
      <title>(Bash) robotic script done notification - adkatrit</title>
      <link>https://snipplr.com/view/49183/robotic-script-done-notification</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Feb 2011 09:00:51 UTC</pubDate>
      <guid>https://snipplr.com/view/49183/robotic-script-done-notification</guid>
    </item>
    <item>
      <title>(Other) Droits sur les fichiers et les repertoires - tofman</title>
      <link>https://snipplr.com/view/42321/droits-sur-les-fichiers-et-les-repertoires</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 05:22:14 UTC</pubDate>
      <guid>https://snipplr.com/view/42321/droits-sur-les-fichiers-et-les-repertoires</guid>
    </item>
    <item>
      <title>(Other) View Linux log files - tofman</title>
      <link>https://snipplr.com/view/42224/view-linux-log-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Oct 2010 05:07:09 UTC</pubDate>
      <guid>https://snipplr.com/view/42224/view-linux-log-files</guid>
    </item>
    <item>
      <title>(Bash) conocer a quÃ© paquete pertenece un comando - javierperez</title>
      <link>https://snipplr.com/view/40900/conocer-a-qu-paquete-pertenece-un-comando</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 Sep 2010 18:12:02 UTC</pubDate>
      <guid>https://snipplr.com/view/40900/conocer-a-qu-paquete-pertenece-un-comando</guid>
    </item>
    <item>
      <title>(Bash) add all files in a directory to svn command line - edeustace</title>
      <link>https://snipplr.com/view/39230/add-all-files-in-a-directory-to-svn-command-line</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:29:14 UTC</pubDate>
      <guid>https://snipplr.com/view/39230/add-all-files-in-a-directory-to-svn-command-line</guid>
    </item>
    <item>
      <title>(Python) Building block for simple command line execution - throb</title>
      <link>https://snipplr.com/view/39224/building-block-for-simple-command-line-execution</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:13:28 UTC</pubDate>
      <guid>https://snipplr.com/view/39224/building-block-for-simple-command-line-execution</guid>
    </item>
    <item>
      <title>(Java) Parse command line in java - tactoth</title>
      <link>https://snipplr.com/view/33275/parse-command-line-in-java</link>
      <description>&lt;p&gt;input: -width 123 -height 234 -minimized -visible&#13;
output map: {"-width":"123", "-height":"234", "-minimized":null, "-visible":null}&lt;/p&gt;</description>
      <pubDate>Tue, 27 Apr 2010 02:52:08 UTC</pubDate>
      <guid>https://snipplr.com/view/33275/parse-command-line-in-java</guid>
    </item>
    <item>
      <title>(PHP) Command line progress bar with PHP - iTony</title>
      <link>https://snipplr.com/view/29548/command-line-progress-bar-with-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Mar 2010 11:58:22 UTC</pubDate>
      <guid>https://snipplr.com/view/29548/command-line-progress-bar-with-php</guid>
    </item>
    <item>
      <title>(Python) progress_bar.py - codeshaman</title>
      <link>https://snipplr.com/view/26457/progressbarpy</link>
      <description>&lt;p&gt;Originally found on [Corey Goldberg's blog](http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html)&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/26457/progressbarpy</guid>
    </item>
    <item>
      <title>(Bash) Combine .rar file in Linux - wearetherock</title>
      <link>https://snipplr.com/view/26001/combine-rar-file-in-linux</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 06 Jan 2010 03:45:00 UTC</pubDate>
      <guid>https://snipplr.com/view/26001/combine-rar-file-in-linux</guid>
    </item>
    <item>
      <title>(Bash) Send email using mail command on linux - webonomic</title>
      <link>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</link>
      <description>&lt;p&gt;This command will email the contents of emailbody.txt to somebody@domain.com with the subject My subject line.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Dec 2009 23:56:13 UTC</pubDate>
      <guid>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</guid>
    </item>
    <item>
      <title>(Bash) Check parents of a process ID - tobewan</title>
      <link>https://snipplr.com/view/22862/check-parents-of-a-process-id</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Nov 2009 09:59:56 UTC</pubDate>
      <guid>https://snipplr.com/view/22862/check-parents-of-a-process-id</guid>
    </item>
    <item>
      <title>(Bash) Open app from command line: OSX - dorseye</title>
      <link>https://snipplr.com/view/21759/open-app-from-command-line-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 24 Oct 2009 16:00:25 UTC</pubDate>
      <guid>https://snipplr.com/view/21759/open-app-from-command-line-osx</guid>
    </item>
    <item>
      <title>(Ruby) execute command and get cmd results - ogrellk</title>
      <link>https://snipplr.com/view/21677/execute-command-and-get-cmd-results</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 23 Oct 2009 03:39:45 UTC</pubDate>
      <guid>https://snipplr.com/view/21677/execute-command-and-get-cmd-results</guid>
    </item>
    <item>
      <title>(Bash) cygwin, proxy server - sennesaelium</title>
      <link>https://snipplr.com/view/20570/cygwin-proxy-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 02 Oct 2009 04:05:33 UTC</pubDate>
      <guid>https://snipplr.com/view/20570/cygwin-proxy-server</guid>
    </item>
    <item>
      <title>(C) checking command line arguments - tandouri</title>
      <link>https://snipplr.com/view/18635/checking-command-line-arguments</link>
      <description>&lt;p&gt;for checking the cmdargs&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 04:33:53 UTC</pubDate>
      <guid>https://snipplr.com/view/18635/checking-command-line-arguments</guid>
    </item>
    <item>
      <title>(Perl) Remove duplicated lines with Perl - gerhardsletten</title>
      <link>https://snipplr.com/view/18418/remove-duplicated-lines-with-perl</link>
      <description>&lt;p&gt;Name the source duplicate_remove.perl and open Terminal.app in the same directory, and write: perl duplicate_remove.perl &lt;file-to-be-convertet&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Aug 2009 03:07:55 UTC</pubDate>
      <guid>https://snipplr.com/view/18418/remove-duplicated-lines-with-perl</guid>
    </item>
    <item>
      <title>(Java) RectangleTest.java - joshnunn</title>
      <link>https://snipplr.com/view/18226/rectangletestjava</link>
      <description>&lt;p&gt;This is a test driver class. It instantiates a few rectangles with varying lengths and widths and then prints their areas and perimeters.&#13;
&#13;
What is odd is the output I get from NetBeans for the "stupid" rectangle. The program prints its value as "1280.3200000000002".&lt;/p&gt;</description>
      <pubDate>Wed, 12 Aug 2009 18:14:27 UTC</pubDate>
      <guid>https://snipplr.com/view/18226/rectangletestjava</guid>
    </item>
    <item>
      <title>(LaTeX) Show / redefine internal LaTeX macros - deepsoul</title>
      <link>https://snipplr.com/view/18034/show--redefine-internal-latex-macros</link>
      <description>&lt;p&gt;These four LaTeX control sequences are workalikes of the built-ins \show, \showthe and \def and of a command sequence call.  Unlike the usual variants, they work on internal macros which contain characters with the "wrong" category code, such as "@".  They take the name of the command sequence (without the leading "\") as their argument.&#13;
&#13;
The \scrollmode is not necessary, it just saves you pressing Return for every listing output.  The \obeyspaces is needed only if you want to display or manipulate control sequences whose names contain spaces.&#13;
&#13;
Gratuitous use of \don and/or \defn will probably break LaTeX.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Aug 2009 14:08:16 UTC</pubDate>
      <guid>https://snipplr.com/view/18034/show--redefine-internal-latex-macros</guid>
    </item>
    <item>
      <title>(Bash) Call Web Script From Cron Job and Log Ouput - iloveitaly</title>
      <link>https://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Aug 2009 00:14:48 UTC</pubDate>
      <guid>https://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput</guid>
    </item>
    <item>
      <title>(Bash) openSSH - server commands - stiobhart</title>
      <link>https://snipplr.com/view/15655/openssh--server-commands</link>
      <description>&lt;p&gt;commands for starting, stopping etc openSSH&lt;/p&gt;</description>
      <pubDate>Sun, 07 Jun 2009 17:46:25 UTC</pubDate>
      <guid>https://snipplr.com/view/15655/openssh--server-commands</guid>
    </item>
    <item>
      <title>(Bash) *nix - find and change - stiobhart</title>
      <link>https://snipplr.com/view/15646/nix--find-and-change</link>
      <description>&lt;p&gt;find all files owned by xxx and change them to be owned by yyy&lt;/p&gt;</description>
      <pubDate>Sun, 07 Jun 2009 17:34:11 UTC</pubDate>
      <guid>https://snipplr.com/view/15646/nix--find-and-change</guid>
    </item>
    <item>
      <title>(MySQL) mySQL - database backup commands - stiobhart</title>
      <link>https://snipplr.com/view/15624/mysql--database-backup-commands</link>
      <description>&lt;p&gt;CLI commands for backing up mySQL database&lt;/p&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:23:02 UTC</pubDate>
      <guid>https://snipplr.com/view/15624/mysql--database-backup-commands</guid>
    </item>
    <item>
      <title>(Bash) *nix - basic commands - stiobhart</title>
      <link>https://snipplr.com/view/15620/nix--basic-commands</link>
      <description>&lt;p&gt;some basic *nix terminal commands&lt;/p&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:10:46 UTC</pubDate>
      <guid>https://snipplr.com/view/15620/nix--basic-commands</guid>
    </item>
    <item>
      <title>(Other) CHMOD files recursively - rafa</title>
      <link>https://snipplr.com/view/14776/chmod-files-recursively</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 06 May 2009 13:32:48 UTC</pubDate>
      <guid>https://snipplr.com/view/14776/chmod-files-recursively</guid>
    </item>
    <item>
      <title>(Other) Add users to SharePoint via Command Line - blackf0rk</title>
      <link>https://snipplr.com/view/14057/add-users-to-sharepoint-via-command-line</link>
      <description>&lt;p&gt;Execute this commend to add users to SharePoint&lt;/p&gt;</description>
      <pubDate>Wed, 15 Apr 2009 10:20:02 UTC</pubDate>
      <guid>https://snipplr.com/view/14057/add-users-to-sharepoint-via-command-line</guid>
    </item>
    <item>
      <title>(Bash) Linux Command for Listing all files which contains the word 'abc' - Mithun</title>
      <link>https://snipplr.com/view/13456/linux-command-for-listing-all-files-which-contains-the-word-abc</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 26 Mar 2009 02:33:51 UTC</pubDate>
      <guid>https://snipplr.com/view/13456/linux-command-for-listing-all-files-which-contains-the-word-abc</guid>
    </item>
    <item>
      <title>(Bash) TextMate command snippet - show document path in window title - koncept</title>
      <link>https://snipplr.com/view/11490/textmate-command-snippet--show-document-path-in-window-title</link>
      <description>&lt;p&gt;##Instructions&#13;
1. Create  a new Command: Bundles &gt; Bundle Editor &gt; Edit Commands&#13;
2. Click the "+" button to add a new command&#13;
3. Give your command a descriptive name ("TM Path in title", for example)&#13;
4. Set the following properties on the command: {save:Nothing, Input:None, Output:Show as Tool Tip, Activation:âŒ¥âŒ˜T, Scope Selector: NULL}&#13;
5. Close the command window&#13;
6. Test out a document inside a project. The title should be replaced with an absolute path based on the root directory of your project.&#13;
&#13;
&gt; Feedback and improvements are absolutely welcome. I'm looking to find a way to automatically fire this when a document is opened. Anybody know if this is possible?&lt;/p&gt;</description>
      <pubDate>Sat, 24 Jan 2009 15:16:06 UTC</pubDate>
      <guid>https://snipplr.com/view/11490/textmate-command-snippet--show-document-path-in-window-title</guid>
    </item>
    <item>
      <title>(Perl) Using Getopt::Long for Command Line Parsing in Perl - kfaulk1</title>
      <link>https://snipplr.com/view/11355/using-getoptlong-for-command-line-parsing-in-perl</link>
      <description>&lt;p&gt;This is a simplified example for cut and paste use for command line parsing arguments with the use of an options hash&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 17:13:51 UTC</pubDate>
      <guid>https://snipplr.com/view/11355/using-getoptlong-for-command-line-parsing-in-perl</guid>
    </item>
    <item>
      <title>(Bash) Add a Path to ".bash_profile" - zachwood</title>
      <link>https://snipplr.com/view/11325/add-a-path-to-bashprofile</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 01:16:48 UTC</pubDate>
      <guid>https://snipplr.com/view/11325/add-a-path-to-bashprofile</guid>
    </item>
    <item>
      <title>(Bash) Find Latest file in a directory - jaduks</title>
      <link>https://snipplr.com/view/10845/find-latest-file-in-a-directory</link>
      <description>&lt;p&gt;To find the latest file in a particular dir&lt;/p&gt;</description>
      <pubDate>Sat, 03 Jan 2009 09:25:42 UTC</pubDate>
      <guid>https://snipplr.com/view/10845/find-latest-file-in-a-directory</guid>
    </item>
    <item>
      <title>(Bash) Twitter Bash Script - garretjames</title>
      <link>https://snipplr.com/view/10304/twitter-bash-script</link>
      <description>&lt;p&gt;I did not write the script, a friend did.&lt;/p&gt;</description>
      <pubDate>Sat, 06 Dec 2008 16:48:20 UTC</pubDate>
      <guid>https://snipplr.com/view/10304/twitter-bash-script</guid>
    </item>
  </channel>
</rss>
