Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
NAME
      unset - remove variables

SYNOPSIS
      unset [NAME...]

DESCRIPTION
      For each NAME, remove the corresponding variable.

EXAMPLE
      To remove an alias from fluidshell
No Format
unset VariableName

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


SEE ALSO
      ask
      declare
      export