equal
deleted
inserted
replaced
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 |