Using the BASH shell, which of the following commands will set number of entries in the command history to 1000?
A.
alias HISTORY=1000
B.
export HISTSIZE=1000
C.
setenv HSIZE=1000
D.
set NEWSIZE=1000
Using the BASH shell, which of the following commands will set number of entries in the command history to 1000?
Using the BASH shell, which of the following commands will set number of entries in the command history to 1000?
A.
alias HISTORY=1000
B.
export HISTSIZE=1000
C.
setenv HSIZE=1000
D.
set NEWSIZE=1000
I have the same idea. B