Search Results

Search: Posts Made By: eBay
14,048
Posted By eBay
curl from crontab not working
I've got a little php app that I'm trying to call from a crontab entry that's not working. The entry looks like this:

55 * * * * curl -m 600 --connect-timeout 120...
Forum: AIX 06-27-2008
2,379
Posted By eBay
You're not supposed to cross post. See your other...
You're not supposed to cross post. See your other thread for a possible solution.
4,183
Posted By eBay
$ cat d mark|64|200710|guitar ...
$ cat d
mark|64|200710|guitar
mike|61|200605|bass
pete|65|200704|drums
lisa|67|200705|vocals
$ awk -F '|' '{if($3=="200605") {print} }' d
mike|61|200605|bass
$

Works on my iMac OK. Did you...
Forum: Programming 06-26-2008
5,408
Posted By eBay
OT: A Helpful Class
I've been out of the game for a while with C++ but as I read your post, I was reminded of some classes I wrote to manage multiple threads. Also, Bartosz Milewski of Reliable Software - Creators of...
Forum: Open Source 06-26-2008
337,946
Posted By eBay
Still laughing at that one...
Still laughing at that one...
7,309
Posted By eBay
Will this work for your project? $ cat...
Will this work for your project?

$ cat myfile
1
2
3
4
5
$ sed -n '3p' myfile
3
7,309
Posted By eBay
Strange, my head command on Mac OS doesn't seem...
Strange, my head command on Mac OS doesn't seem to take std input on this. Each command works fine alone. Here's what I used:

>cat b
1
2
3
4
5

>more +3 b | head -1
1

Odd? Seems like it...
2,500
Posted By eBay
Thanks. That really helped. As an aside, I'm...
Thanks. That really helped.

As an aside, I'm finding the online documentation difficult at times. What you stated so clearly was much harder to see in man crontab though it was there:
2,500
Posted By eBay
crontab questions
I found a nice page that explains crontab but I was wondering can the cron table be edited in a way other than with crontab -e? In other words, directly in some editor.
Forum: Open Source 06-25-2008
337,946
Posted By eBay
On Mac... Smultron. It's free and works...
On Mac...

Smultron. It's free and works pretty good. The only thing missing is remote (FTP) editing. The macro facility uses the shell so any Unix commands are available. That part is really...
18,924
Posted By eBay
Regarding only changing the third line: $...
Regarding only changing the third line:

$ cat f
yy
yy
yy
yy
yy
$ sed '3s/yy/nn/' f
yy
yy
nn
yy
yy

Does this help?
1,546
Posted By eBay
Was it missing the command or did you just omit...
Was it missing the command or did you just omit that in the example?
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 04:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy