bash.rst
changeset 276 ed6b5ae36a49
parent 221 97171c12b447
child 277 5c7e19c15332
equal deleted inserted replaced
275:3b1d21da03e3 276:ed6b5ae36a49
    11 When xterm start bash - it start as non-login. So ~/.bash_profile and ~/.bashrc
    11 When xterm start bash - it start as non-login. So ~/.bash_profile and ~/.bashrc
    12 didn't read. To workaround this use
    12 didn't read. To workaround this use
    13 
    13 
    14   $ xterm -e bash -i -c "mc -x"
    14   $ xterm -e bash -i -c "mc -x"
    15 
    15 
    16 That make bash interactive and init file read.
    16 That make bash interactive and init file was readed.
    17 
    17 
    18 * Command history.
    18 * Command history.
    19 
    19 
    20 Bash allow accessing to command that you type previously. There are exist
    20 Bash allow accessing to command that you type previously. There are exist
    21 several options to control command history behavior. Set corresponding
    21 several options to control command history behavior. Set corresponding