Skip to main content
2 of 2
edited tags
Gilles 'SO- stop being evil'
  • 866.1k
  • 205
  • 1.8k
  • 2.3k

How can I find all the self defined variables and functions to unset?

In a bash shell process, I define some variables and functions here and there. So they are hard to track. How can I find all the self defined variables and functions to unset? Thanks.

Tim
  • 107k
  • 234
  • 651
  • 1.1k