LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Script does not want to run, error (https://www.linuxquestions.org/questions/programming-9/script-does-not-want-to-run-error-48462/)

wapcaplet 03-06-2003 05:28 PM

Okay... so did you try following the directions about usage? It is telling you that you need to give it some input. Read the program!

=head1 SYNOPSIS

nohup ./renamer image /home/httpd/htdocs /home/me/images jpg &

=head1 DESCRIPTION

#The above instructs renamer to look for files called image.jpg in /home/httpd/htdocs.
#It checks once per minute for such a file to appear. If it sees a
#readable file called /home/httpd/htdocs.jpg it moves it to
#/home/httpd/htdocs/image.200302251530.jpg where the number is a
#time stamp with year (four digits), month, day of the month, hour (in
#24 mode), and minute.


All times are GMT -5. The time now is 03:38 AM.