ольга крыжановская:
Henk, can I control getconf UNIVERSE from an environment variable?
I don't think so. getconf(1) is a cli built on top of the astgetconf(3) interface that in turn wraps the pathconf(2) and sysinfo(2) system calls. Some getconf variables may be changed for the current process and its descendants: HQ:/home/Henk 526 # getconf UNIVERSE att HQ:/home/Henk 527 # getconf UNIVERSE = bsd HQ:/home/Henk 528 # getconf UNIVERSE bsd HQ:/home/Henk 529 # echo abc | sum 8288 1 HQ:/home/Henk 530 # getconf UNIVERSE = att HQ:/home/Henk 531 # echo abc | sum 304 1 HQ:/home/Henk 532 # _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
