
Laurent_R
Veteran
/ Moderator
Apr 15, 2014, 2:34 PM
Post #5 of 5
(3345 views)
|
Re: [FishMonger] missing argument?
[In reply to]
|
Can't Post
|
|
I definitely agree that there is no need to use a shell command, and, BTW, this is not a Perl question, but a shell question. Granted, the find shell command is very powerful and appealing, but its detailed implementation is not the same from one system to another (or from one shell to another). Therefore, if you want your script to be portable, rather use the Perl built-in functions. They are much more likely to work in all cases.
|