in reply to Assistance using the find command
that should clear up the issue for youmy $cmd = q!$sethost "find /var/log/tmp/ -iname '*.file' -type f -exec + ls -hl \{\} \;!; print "Trying to run\n$cmd\n"; print qx!$cmd!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Assistance using the find command
by akechnie (Initiate) on Dec 23, 2010 at 05:08 UTC |