TLDR
Enter a command. For example: eject, sinfo, kwrite, aspell, genie.

unset

 
Remove shell variables or functions. More information: https://manned.org/unset.
 
  • Remove the variable foo, or if the variable doesn't exist, remove the function foo:
     
    unset {{foo}}
     
  • Remove the variables foo and bar:
     
    unset -v {{foo}} {{bar}}
     
  • Remove the function my_func:
     
    unset -f {{my_func}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.