<?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 15:56:55 +0000</lastBuildDate>
    <item>
      <title>(Bash) Create a batch file wrapper for a script in linux - wolfie</title>
      <link>https://snipplr.com/view/6131/create-a-batch-file-wrapper-for-a-script-in-linux</link>
      <description>&lt;p&gt;Useful if you need to run the same command for lots and lots of different parameters&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 06:26:26 UTC</pubDate>
      <guid>https://snipplr.com/view/6131/create-a-batch-file-wrapper-for-a-script-in-linux</guid>
    </item>
    <item>
      <title>(Bash) Determine which number out of a list is being processed at the moment - wolfie</title>
      <link>https://snipplr.com/view/6130/determine-which-number-out-of-a-list-is-being-processed-at-the-moment</link>
      <description>&lt;p&gt;Useful if you have a shell script running lots of the same command and want to know how many of them have been done&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 06:22:05 UTC</pubDate>
      <guid>https://snipplr.com/view/6130/determine-which-number-out-of-a-list-is-being-processed-at-the-moment</guid>
    </item>
    <item>
      <title>(Bash) Mount a windows share in linux - wolfie</title>
      <link>https://snipplr.com/view/4915/mount-a-windows-share-in-linux</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2008 07:46:25 UTC</pubDate>
      <guid>https://snipplr.com/view/4915/mount-a-windows-share-in-linux</guid>
    </item>
    <item>
      <title>(Bash) How to remove files that are over 1 day old - wolfie</title>
      <link>https://snipplr.com/view/3581/how-to-remove-files-that-are-over-1-day-old</link>
      <description>&lt;p&gt;A one-liner to remove any temporary files modified over one day ago. Removes files from /tmp/&#13;
Run without the '-exec rm {} \;' part to check that it is matching the right set of files - this can be dangerous if run by root!&#13;
If you want to remove files modified today, change +1 to -1&#13;
This can be useful to add into crontab though&lt;/p&gt;</description>
      <pubDate>Tue, 28 Aug 2007 05:18:49 UTC</pubDate>
      <guid>https://snipplr.com/view/3581/how-to-remove-files-that-are-over-1-day-old</guid>
    </item>
    <item>
      <title>(Bash) Redefining colours in vi - wolfie</title>
      <link>https://snipplr.com/view/2449/redefining-colours-in-vi</link>
      <description>&lt;p&gt;Paste the contents of this into the file ~/.vimrc and you'll be able to redefine colours as you see fit. This also sets the background to be a default colourscheme of 'dark', with a tabstop of 4. Note that " is used for comments.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Apr 2007 04:48:37 UTC</pubDate>
      <guid>https://snipplr.com/view/2449/redefining-colours-in-vi</guid>
    </item>
    <item>
      <title>(Bash) How to add a '.t' filetype to vi's syntax highlighting - wolfie</title>
      <link>https://snipplr.com/view/2448/how-to-add-a-t-filetype-to-vis-syntax-highlighting</link>
      <description>&lt;p&gt;This allows you to use perl syntax highlighting in vi for test scripts that use the ".t" file extension&lt;/p&gt;</description>
      <pubDate>Wed, 11 Apr 2007 04:45:38 UTC</pubDate>
      <guid>https://snipplr.com/view/2448/how-to-add-a-t-filetype-to-vis-syntax-highlighting</guid>
    </item>
    <item>
      <title>(Bash) Using chkconfig to make software start at reboot - wolfie</title>
      <link>https://snipplr.com/view/2185/using-chkconfig-to-make-software-start-at-reboot</link>
      <description>&lt;p&gt;This allows you to make any software begin at system startup time. Remember that runlevel 3 is basic console and runlevel 5 is GUI (XWindows/Gnome/KDE etc).&lt;/p&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:51:19 UTC</pubDate>
      <guid>https://snipplr.com/view/2185/using-chkconfig-to-make-software-start-at-reboot</guid>
    </item>
    <item>
      <title>(Bash) How to see what processes are listening on which ports - wolfie</title>
      <link>https://snipplr.com/view/2010/how-to-see-what-processes-are-listening-on-which-ports</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:29:55 UTC</pubDate>
      <guid>https://snipplr.com/view/2010/how-to-see-what-processes-are-listening-on-which-ports</guid>
    </item>
  </channel>
</rss>
