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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

I have the same idea. B