You could just keep your resume in the same spot and look for it there when you need it :-)

But really, a locate command that spans multiple machines is a good idea. It would come in handy for me. Pretty simple idea, take the locate program and add an additional field to show which machine the file lives on. The hard part is going to be deciding how you want to store that info. The searches will need to run on multiple machines, so you'll either need a daemon running on each, or else code a way to login and scan or maybe scan only the available shares.

Then you have to decide whether you want to propagate that info to each machine so you can run a search from any machine, or you could store all the results in a single database on one machine. Maybe put a cgi front end on it so you could use a browser on any machine and query for your file.

Now you're going to a known location to find something. It may just be easier to put your resume in one location and go back to look for it there when you need it :-)

In reply to RE: Searching my network by elwarren
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.