On Apr 01, 2013, at 20:18, TJ Luoma <luo...@gmail.com> wrote:
> On the other hand I did find the section on BBEdit's Environment Variables.
> `printenv` will let you see all of the variables which are set, and their 
> values:
> 
>       #!/bin/bash
>       /usr/bin/printenv | /usr/local/bin/bbedit
______________________________________________________________________

Hey TJ,

Thanks.  I see a couple I didn't know about.

Is there any special reason you're using the full path to the commands?

Any gotchas?

They're both in my path.

#! /usr/bin/env bash
printenv | sed -E 's!=! :       !' | column -t -s'      ' | sort -fg;

--
Best Regards,
Chris

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to