![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| setting a cron job | tererez | Shell Programming and Scripting | 6 | 04-01-2008 03:47 AM |
| cron job setting | jaydeep_sadaria | Shell Programming and Scripting | 2 | 11-21-2007 10:07 AM |
| Search term and output term in desired field | Raynon | Shell Programming and Scripting | 28 | 03-04-2007 02:34 AM |
| Create a Term & Run chars on this Term | the_tical | High Level Programming | 1 | 08-12-2003 10:18 PM |
| Setting TERM variable | DPAI | UNIX for Dummies Questions & Answers | 1 | 08-17-2001 02:24 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Cron not retaining TERM setting
Hi,
I'm sure there's something I'm simply not grasping, but I have a third-party utility (TPU) that needs to run in cron. This utility displays it's output in several formats, depending on the TERM value. cron has no TERM value by default, which results in the TPU dying with an error Sorry, I don't know anything about your "unknown" terminal. So, I attempted to fix that by setting a value to TERM prior to the call to the TPU. TERM=xterm;thirdPartyProduct However, this dies with the same error. Does this mean that I'm using incorrect syntax to set and retain the TERM value? Anyone have any idea what I can do in order to pass a known term value to the TPU? TIA. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|