Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old February 27th, 2006, 01:07 PM
westkoast westkoast is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 112 westkoast User rank is Corporal (100 - 500 Reputation Level)westkoast User rank is Corporal (100 - 500 Reputation Level)westkoast User rank is Corporal (100 - 500 Reputation Level)westkoast User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 14 h 31 m 46 sec
Reputation Power: 6
Shell script problems when running on CRON... Any suggestions?

I'm having a little trouble with this. Once a night this script runs. Basically it just runs a php file, if there are orders the PHP file makes "ORDERMMDD.DMC" if there are no orders it does nothing.

Now my problem is I don't want to FTP if there is no orders, so I tried to write this script to see if there is a file with .DMC extension.

Is there a better way to check if there is a .DMC extension in the directory?

Any help would be appreciated!

PHP Code:
#!/bin/sh

wget --delete-after https://mydomain/format_order.php

FILENAME=`(set \`ls ORDER*.DMC\`; echo $1)`

A=ORDER

B
=`(set \`date +%m%d\`; echo $1)`

C=.DMC

if [ "$FILENAME" == "$A$B$C" ]; then
ftp 
-n ftp.myotherserver.com <<EOFTP
*FTP COMMANDS WORKING OK*
EOFTP

mv $FILENAME storage
/

fi 

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > Shell script problems when running on CRON... Any suggestions?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway