I have Solaris 10, ksh88, perl 5.8.4 and am wanting to process shell commands inside of date-named directories.

20110219 20110220 20110221 20110222 20110223 20110224 20110225 20110226 20110227 20110228 20110301 20110302 20110303

Many, many more directories exist. Requirements: Take start date, end date, and process (from end date to start date backwards) through all directories in that range. Wondering what the best way to cd /dir/archive/20110303 issue a shell command, check for certain other conditions, and then go backwards and cd /dir/archive/20110302, issue same shell command, check, and etc. Should I use perl (fairly new at) or ksh? Example code would be appreciated.

My date command for ksh doesn't support -d option, and no real way to install the GNU date command.

In reply to processing dates as directories by moesplace

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.