confuseddddd
Programmer
Need some help on taking a file created yesterday but is processed today and moving it to an archive directory.
correctly the logic is:
cp 20*.I* /ARCHIVE/inbound/cp 20*.I* 2>> $EDILOG
but we receive:
cp: 20040218.I01: Error 0
Any ideas on how to copy the file regardless of the date???
Thought the wildcard would work but doesn't appear to...
correctly the logic is:
cp 20*.I* /ARCHIVE/inbound/cp 20*.I* 2>> $EDILOG
but we receive:
cp: 20040218.I01: Error 0
Any ideas on how to copy the file regardless of the date???
Thought the wildcard would work but doesn't appear to...