On Wed, Oct 22, 2008 at 08:18, Carlton Gibson <[EMAIL PROTECTED]>wrote:

>
> These seems like sensible beginnings but where do they come from?


This comes from the sysconf(3) facility in BSD. You can get to it with the
command line version getconf(1).  For example you can get the exact path
list you got by typing the following into a terminal window:

$ *getconf PATH*
/usr/bin:/bin:/usr/sbin:/sbin
$

The sysconf(3) system lets you access all kinds of nifty, useful, obscure,
and never-to-be-used-by-a-reasonable-human snippets of information otherwise
hidden inside the OS.

--j

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[EMAIL PROTECTED]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to