Randall R Schulz wrote:
> [...]
>
> I use this shell procedure (defined in my .bashrc) to query local
> variables:
>
> vq () {
> set | egrep -e "$1"
> }Isn't "set" also reporting functions etc.? I usually use "printenv" to query (environment) variables... Th. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
