![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Include PERL script with in the unix shell script | ganapati | UNIX for Dummies Questions & Answers | 1 | 04-29-2008 12:18 PM |
| How to include RETURN KEY with Background process "&" in Shell Script | racbern | Shell Programming and Scripting | 1 | 03-11-2008 07:30 AM |
| how to include spreadsheet::ParseExcel in shell script | akash | Shell Programming and Scripting | 1 | 01-10-2008 11:17 AM |
| How to include shell script in C program | mridula | High Level Programming | 5 | 07-30-2006 03:13 AM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 02:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I've got rid of the delete.sh file for the moment to see if the final.sh file will work.
But I get a really weird error. Code:
(COMMANDPROMPT)> sh ~/mycronjobs/final.sh Quote:
Quote:
Code:
#!/bin/sh sh /path/to/mycronjobs/unzip.sh; php /path/to/mycronjobs/ci_cron.php --run=/cron/run/ --show-output; |
|
||||
|
Oh Okay.
Many thanks! I appreciate your help! I don't have dos2unix. I tried doing a whereis -- but it doesn't appear to be there. Anyway, I tried; Code:
tr -d '\r' < ~/mycronjobs/final.sh > temp && mv temp ~/mycronjobs/final.sh And it worked fine -- no errors like I mentioned before. Thanks! Last edited by worchyld; 03-18-2009 at 12:17 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|