Felix Schäfer wrote:
> """
> while true; do LANG='C' uptime >> uptime.facter; sleep 60; done
> """
Just a note: you should probably set $LC_ALL instead of $LANG, since
$LC_MESSAGES, $LC_whatever, overrides $LANG, while $LC_ALL overrides
the other $LC_*.
/Bellman
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---