Help for this page

Select Code to Download


  1. or download this
    my $cmd = 
        'cd /waslogs1/vfoneLog/cposapp && ls -lrt | grep -i "'
        . $grep_date
        . q(" | awk '{ print $9 }' > /home/cpos/CRM_Reports/output/filelis
    +t.txt);
    system $cmd;