Changes between Version 11 and Version 12 of TipAndDoc/console/shell
- Timestamp:
- Jul 16, 2018 12:38:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/console/shell
v11 v12 122 122 * [http://qiita.com/kawaz/items/98768ba5eea8d6fe6a19 標準出力をファイルのように扱う方法、例えば2つのコマンドの出力結果のdiffを取るとか - Qiita] 123 123 > {{{diff <(command1) <(command2)}}} 124 125 * [https://stackoverflow.com/questions/9457233/unlimited-bash-history/12234989#12234989 unix - Unlimited Bash History - Stack Overflow] 126 > In bash 4.3 and later you can also use {{{HISTSIZE=-1 HISTFILESIZE=-1}}}