Okay, now I know this seems pointless, but humor me. I have seen several command line utilities do this, and I know it can be done. That being said, what I want to accomplish is during the execution of a program ( a file processing program meant to parse through about 28000 files (about 300,000 lines), to be more specific), I would like to show the user that the program is doing something. I have tried printing and endless stream of '.'s out about every 1000 lines or so, but that fills up the damned terminal window... so what I want to do is display the following characters, so they overlap eachother (giving the optical illusion of rotation): | \ - / If this is done correctly, the pipe will be displayed, followed by the backslash overtop of it, then the dash, then the forward slash, and all of this without disturbing what is already on the screen... so any takers out there?
Thanks!
E-Bitch

In reply to A stupid sdtio problem by E-Bitch

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.