[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exported (ba)sh functions in the environment



On 26/05/12 04:14, Russ Allbery wrote:
> I'm curious why even your set of shell variables is so large, though.  My
> environment is only 1699 bytes on a system I logged onto via ssh, and 1998
> on my desktop (running Xfce).  One of the biggest chunks of that is
> LS_COLORS.
>
Here's where I wish I was a shell script guru:

   for var in `cat set.txt`; do
      { if in env discard }
   done
   { sort offenders by decending size }

Here's a summary of the ones that caught my eye. Sorry if I missed anyone out!

_xspecs
__expand_tilde_by_ref()
__gdbus()
__get_cword_at_cursor_by_ref()
__git_complete_remote_or_refspec()
( lots more git functions )
__grub_dir()
_a2dismod()
_apt_file()
_debconf_show()
_dkms()
_hg()
_inkscape()
_insserv()
_module_assistant()
_openvpn()
_pbuilder()
_stg()
_svn()
_update_initramfs()
_valgrind()
_xinetd_services()

Regards,
Philip


Reply to: