The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Simple cron job won't work
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Simple cron job won't work
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
01-19-2004
joneja
Registered User
Join Date: Nov 2003
Location: seattle
Posts: 8
^M chars should be the cause.
You can remove them by opening the file in vi editor and using the foll command in the command mode:
%s/ctrl-v ctrl-m//g
(finally, it should show :%s/^M//g)
joneja
View Public Profile
Find all posts by joneja