Hi all monastery dwellers
I have a quick question. I have a bunch of the following declarations
$LOG_FILE_1 = "pair1" . $RUN_NAME . ".log";
$LOG_FILE_2 = "pair2" . $RUN_NAME . ".log";
and so on
I want to do the following for each of these log files
rename $LOG_FILE_1, "$OUT_DIR/"."allfiles/"."$LOG_FILE_1";
Instead of 10 rename statements (for 10 log files), is there a quick way to do this (I presume using a regex)?
Thanks a ton
mndoci
"What you do in this world is a matter of no consequence. The question is, what can you make people believe that you have done?" - Sherlock Holmes in
'A study in scarlet'
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.