Greetings all,
I have a quick question.
I am working on a few prototype functions and need some help. Using UNIX, I am usine the following script to sort image files:
find ./Images | egrep '\.jpe?g$'
1. Is there any way to use this script in perl? (I have alredy tried "system")
2. Is there a perl based alternative?
Any help will be greatly appreciated.
Formatting and code tags added by davido, per consideration.
In reply to shell to perl question by tech2040
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |