I have a script which outputs top data periodically to a file using stdout

top -c -C -b -d1 -n1 >> /kb/data/top/topout.$sname.txt

When I run this by hand, the data in the topout file has the complete path
to the running processes.
When I run it via cron, everything gets truncated at 80 chars.  I know this
is probably some session environment variable but I can't seem to come up
with the right answer in my googling...


Thanks in advance!


-----------------------------------
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.com

Reply via email to