<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040756" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040756</link>
    <description></description>
    <language>en</language>
          <item>
    <title>See, this is why I need a</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228869</link>
    <description> &lt;p&gt;See, this is why I need a good reference.&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 Feb 2008 14:21:04 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1228869 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Quote:

I once typed in: rm</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228857</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I once typed in: rm -rf / by accident once, whilst logged-in as root&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/surprise.png&quot; title=&quot;Shocked&quot; alt=&quot;Shocked&quot; class=&quot;smiley-content&quot; /&gt;  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/surprise.png&quot; title=&quot;Shocked&quot; alt=&quot;Shocked&quot; class=&quot;smiley-content&quot; /&gt; I hope there was nothing important on that drive!  I ran that command once on a tinker box just to see what happened.  I was also amazed at how it didn&#039;t crash.  I&#039;ve read stories on how sys admins kept servers up for days with crashed hard drives.  Granted, the servers only routed traffic and handed out DHCP leases, but still impressive.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2008 22:42:42 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1228857 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Off the top of my head, I</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228856</link>
    <description> &lt;p&gt;Off the top of my head, I would use:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;find . -type f -name &amp;#039;*.LCK&amp;#039; -print0 | xargs -0 rm -f &lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Yeah! Feel t3h p0w4h!&lt;/p&gt;
&lt;p&gt;Errrr, and make sure you &lt;code&gt;cd&lt;/code&gt; into the right directory first, and do a test run. As pr0gr4mm3r said: &lt;code&gt;rm&lt;/code&gt; is dangerous. I once typed in: &lt;code&gt;rm -rf /&lt;/code&gt; by accident once, whilst logged-in as root, totally hosed everything! I was impressed at t3h p0w4h of GNU+Linux though, Windows would have stalled and moaned about locks on open system files, but those GNU tools munched the lot down, &lt;strong&gt;and&lt;/strong&gt; the system continued to work, even with nothing on the hard drive! Well it worked until I tried to run a program, then died, I was impressed though (mostly at my own stupidity). &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2008 22:14:19 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1228856 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Quote:

One thing I was</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228855</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: One thing I was trying to do the other day was remove certain types of files (*.LCK) recursively through directories. Maybe that&#039;s not possible.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It&#039;s possible with a little scripting.  &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=216069&quot; class=&quot;bb-url&quot;&gt;This thread&lt;/a&gt; should help.  Be careful though because the rm (delete) command is dangerous.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2008 20:15:22 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1228855 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Okay. I have been using this</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228849</link>
    <description> &lt;p&gt;Okay. I have been using &lt;a href=&quot;http://linuxcommand.org/learning_the_shell.php#contents&quot;&gt;this tutorial site&lt;/a&gt; but it&#039;s really broken up across pages.&lt;/p&gt;
&lt;p&gt;I have found some wikipedia references to be really helpful so I should look there as well.&lt;/p&gt;
&lt;p&gt;One thing I was trying to do the other day was remove certain types of files (*.LCK) recursively through directories. Maybe that&#039;s not possible.&lt;/p&gt;
&lt;p&gt;man would be fine if I knew what to look up!&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2008 19:17:47 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1228849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Google is what I use as</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228842</link>
    <description> &lt;p&gt;Google is what I use as well. It also helps to keep a file of useful commands and some sample arguments.&lt;/p&gt;
&lt;p&gt;The advice to use man pages is a good one, they can be a little esoteric, it takes a few tries to get the lingo. Once you understand you&#039;ll be able to &#039;get&#039; most man pages. &lt;/p&gt;
&lt;p&gt;Do things in a more task-orientated way, when you want to know how to do something in GNU+Linux, Google it: linux directory list for example. Or you can come on here and ask us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2008 17:46:30 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1228842 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You&#039;re talking Linux/Unix,</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228820</link>
    <description> &lt;p&gt;You&#039;re talking Linux/Unix, right?  Are you looking for a list of commands or more information on a specific command?&lt;/p&gt;
&lt;p&gt;If you are looking for help on a specific command, my favorite references are the manual pages (or &#039;man&#039; pages).  For example, if you need help on the &#039;cp&#039; command, type &#039;man cp&#039;.  For help with understanding the man pages, type &#039;man man&#039;.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Here are &lt;a href=&quot;http://www.comptechdoc.org/os/linux/usersguide/linux_ugbasics.html&quot; class=&quot;bb-url&quot;&gt;some basic commands to learn&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Otherwise, I don&#039;t have a one specific reference, &#039;cept Google. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Feb 2008 20:39:34 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1228820 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>the most resourceful one I</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/favourite-shellcommand-line-reference#comment-1228819</link>
    <description> &lt;p&gt;the most resourceful one I use is TOP  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Feb 2008 20:22:24 +0000</pubDate>
 <dc:creator>WebsitesNetwork</dc:creator>
 <guid isPermaLink="false">comment 1228819 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
