NAME
      unset - remove variables

SYNOPSIS
      unset [NAME...]

DESCRIPTION
      For each NAME, remove the corresponding variable.

EXAMPLE
      To remove an alias from fluidshell
unset VariableName

To remove multiple variables from fluidshell at once
unset VariableName1 VariableName2 VariableName3


SEE ALSO
      ask
      declare
      export


  • No labels