That reminds me of the -i option to rm on unix systems... -i stands for interactive which means it will ask you "Delete yes/no?" questions before each filename you pass it. Neat feature for newbies right? Just alias 'rm => rm -i' and now they wont come running to you after accidentally deleting something.

Well, it turns out that people that learned on these aliased systems developed the habit of typing 'rm *' then using the y/n questions to filter out which files they really wanted to remove. You can imagine the havoc caused later on when these people were let loose on a system that didn't have the alias set up for them......

-Blake


In reply to Re: Re: CB aliases by blakem
in thread CB aliases by belg4mit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.