<?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>Tue, 09 Jun 2026 08:49:13 +0000</lastBuildDate>
    <item>
      <title>(Bash) Sourcing NVM, adding NVM Tab Completion and NPM Tab Completion - LucasRinaldi</title>
      <link>https://snipplr.com/view/67624/sourcing-nvm-adding-nvm-tab-completion-and-npm-tab-completion</link>
      <description>&lt;p&gt;This commands works considering that you are on a linux terminal. Change the variable $NVM_HOME to the path that your NVM is installed.&lt;/p&gt;</description>
      <pubDate>Fri, 05 Oct 2012 22:28:01 UTC</pubDate>
      <guid>https://snipplr.com/view/67624/sourcing-nvm-adding-nvm-tab-completion-and-npm-tab-completion</guid>
    </item>
    <item>
      <title>(Bash) Creating Link for Command Line Tools - LucasRinaldi</title>
      <link>https://snipplr.com/view/67182/creating-link-for-command-line-tools</link>
      <description>&lt;p&gt;You can change the 'PATHTOTOOL' and the 'PATHTOLINK', to use this command for a variety of tools&#13;
&#13;
'-s' is used to create a symbolic link (http://en.wikipedia.org/wiki/Symbolic_link).&lt;/p&gt;</description>
      <pubDate>Fri, 14 Sep 2012 10:16:12 UTC</pubDate>
      <guid>https://snipplr.com/view/67182/creating-link-for-command-line-tools</guid>
    </item>
    <item>
      <title>(Bash) Estimate File Size Usage - LucasRinaldi</title>
      <link>https://snipplr.com/view/66820/estimate-file-size-usage</link>
      <description>&lt;p&gt;Using:&#13;
- 'du' with -S for not including size of subdirectories, and -h is to see on human-readable form (changing bytes to gb or mb);&#13;
- 'sort' with -n for indexing comparing numerical string values, and -r to reverse the order of the sort;&#13;
- 'more' to see the output in parts.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Aug 2012 01:05:50 UTC</pubDate>
      <guid>https://snipplr.com/view/66820/estimate-file-size-usage</guid>
    </item>
  </channel>
</rss>
