search for: overwright

Displaying 3 results from an estimated 3 matches for "overwright".

Did you mean: overweight
2007 Oct 25
2
Cronjob script with date stamp?
...empty file. - Have the dump file be date-stamped with the date it was executed. Right now, I manually edit the script to change the filename to the date the dump will be taken. To get a differential dump, would I have dump produce its output to the same file each time? I would not want to overwright the existing contents. I'm currently dumping to a file on an external hard drive, but will eventually go to tape. Thanks for feedback. Scott
2009 Aug 09
4
Libgsm Dev 32 bit libs on 64 bit
Ubuntu 9.04, can't find the libgsm-dev for 32 bit, i installed the libgsm1-dev but believe that is 64 bit, any help would be appreaciated. -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090808/17c1864d/attachment.htm>
2007 Nov 26
3
Communicating from one function to another
My question is a seemingly simple one. I have a bunch of user-defined functions which compute such-and-such objects. I want to be able to define a variable in a particular function, then make use of it later, perhaps in a different function, without necessarily having to move it around in argument lists. In the C community, it would be called a "global" variable. Question 1: Is this