Kindly help. My following code is not working
$grep_date="$mon $arr[2]"; print "$grep_date\n"; my $files=system(q(cd /waslogs1/vfoneLog/cposapp && ls -lrt | grep -i +"$grep_date" | awk '{ print $9 }' > /home/cpos/CRM_Reports/output/fil +elist.txt));
I've assigned $mon and $arr2 to $grep_date and used it in system. The thing is I am not getting result as expected. For example, if $grep_date is "Sep 02" then the filelist.txt contains nothing Why is not grepping "Sep 02" from listing? Please resolve asap
In reply to how to use perl variable in system command to run on unix by tousifp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |