bash:cheat_sheet
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:cheat_sheet [2021/01/26 11:48] – [Simulate Reading From a File] peter | bash:cheat_sheet [2021/01/26 11:55] (current) – [String Operators] peter | ||
---|---|---|---|
Line 256: | Line 256: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
==== Adding Timestamps ==== | ==== Adding Timestamps ==== | ||
Line 264: | Line 266: | ||
HISTTIMEFORMAT=" | HISTTIMEFORMAT=" | ||
</ | </ | ||
+ | |||
+ | ---- | ||
==== Easier History Navigation ==== | ==== Easier History Navigation ==== | ||
- | If you do not like Ctrl-R to nagivate | + | If you do not like Ctrl-R to navigate |
<code bash> | <code bash> | ||
Line 273: | Line 277: | ||
" | " | ||
</ | </ | ||
+ | |||
+ | ---- | ||
==== History Hardening ==== | ==== History Hardening ==== | ||
Line 315: | Line 321: | ||
wait | wait | ||
</ | </ | ||
+ | |||
+ | ---- | ||
==== Kill childs on exit ==== | ==== Kill childs on exit ==== | ||
Line 326: | Line 334: | ||
==== Command Completion ==== | ==== Command Completion ==== | ||
- | How to setup your own bash completion schemas. Here is a git example: | + | Setup your own bash completion schemas. |
+ | |||
+ | Here is a git example: | ||
<code bash> | <code bash> | ||
Line 354: | Line 364: | ||
==== Apply ulimit Changes Instantly ==== | ==== Apply ulimit Changes Instantly ==== | ||
- | The problem behind this is documented in this blog post but it boils down to try to use the " | + | Try to use the " |
<code bash> | <code bash> | ||
Line 360: | Line 370: | ||
</ | </ | ||
- | If it doesn' | + | <WRAP info> |
+ | **NOTE: | ||
+ | </ | ||
---- | ---- |
bash/cheat_sheet.1611661687.txt.gz · Last modified: 2021/01/26 11:48 by peter