Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For instance to view all the previously executed commands, type history at the FluidShell prompt;

Code Block
:$ history
   1  history
   2  \help
   3  export | grep HIST
   4  export HISTCONTROL=$HISTCONTROL:"ignorespace "
   5  export | grep HIST
   6  \help
   7  history
   8  clear
   9  sqlhistory
  10  echo $HISTCONTROL
  11  pwd
  12  history
  13  ls
  14  sendmail
  15  export HISTFILE=C:\\Users\\vikram\\.datastudio\\connections\\vikram.history
  16  clear
  17  history

...

The shell variables which provide control options to this command can be viewed as follows:

...