14 Mar
2014
14 Mar
'14
10:38 p.m.
On 10 March 2014 09:38, Colin Coe <colin.coe at gmail.com> wrote:
file:
ls -ltr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1
Xymon requires that the filename is produced by the backticks. You're having it produce more than the filename because you have the "-l" switch for the "ls" command. Try:
file:ls -tr /home/enmac/customer-data/CUST9100REP*CSV | tail -n 1
J