Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
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.