While not applicable for general file searches and static files, projects or documents that you author are best stored in a version control system, such as CVS or SourceSafe (No flames!). That way, not only do you have a structured storage of the document, but you have revision control. If you leave two copies laying around, you don't have to spend time worrying about which one is the later version (date/time stamps are not *always* indicative).

And, a resume is a good place to start to learn how to use those tools, rather than in the middle of a large project that just got out of hand.

I spent many many days backing projects written 10 years ago into SourceSafe. It can be difficult to get in to the habit of using version control, but once you start, it's pretty addicitive. I typically use SourceSafe, so I can't comment on this for CVS, but with SourceSafe projects, they're stored in a directory away from the current project. It makes it very easy to cut these to CD on a regular basis.

--Chris

e-mail jcwren

In reply to (jcwren) RE: Searching my network by jcwren
in thread Searching my network by Poetic Justice

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.