User Tools

Site Tools


bash:cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bash:cheat_sheet [2021/01/26 11:45] – [Here Documents] peterbash:cheat_sheet [2021/01/26 11:55] (current) – [String Operators] peter
Line 226: Line 226:
 ===== Simulate Reading From a File ===== ===== Simulate Reading From a File =====
  
-Sometimes you might need to pass a file name when you want to pipe output from a commands. Then you could write to a file first and then used it, but you can also use the ">()" or "\<()" operator. This can be used with all tools that demand a file name parameter:+Sometimes you might need to pass a file name when you want to pipe output from a commands. 
 + 
 +Then you could write to a file first and then used it, but you can also use the ">()" or "\<()" operator. 
 + 
 +This can be used with all tools that demand a file name parameter:
  
 <code bash> <code bash>
Line 252: Line 256:
 </code> </code>
  
 +
 +----
  
 ==== Adding Timestamps ==== ==== Adding Timestamps ====
Line 260: Line 266:
 HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S " # Log with timestamps HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S " # Log with timestamps
 </code> </code>
 +
 +----
  
 ==== Easier History Navigation ==== ==== Easier History Navigation ====
  
-If you do not like Ctrl-R to nagivate the history you can define other keys as PgUp and PgDown in /etc/inputrc:+If you do not like Ctrl-R to navigate the history you can define other keys as PgUp and PgDown in /etc/inputrc:
  
 <code bash> <code bash>
Line 269: Line 277:
    "\e[6~": history-search-forward    "\e[6~": history-search-forward
 </code> </code>
 +
 +----
  
 ==== History Hardening ==== ==== History Hardening ====
Line 311: Line 321:
 wait wait
 </code> </code>
 +
 +----
  
 ==== Kill childs on exit ==== ==== Kill childs on exit ====
Line 322: 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 350: 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 "-i" switch:+Try to use the "-i" switch:
  
 <code bash> <code bash>
Line 356: Line 370:
 </code> </code>
  
-If it doesn'work you might need to investigate and change the PAM configuration.+<WRAP info> 
 +**NOTE:**  If it does not work,  you might need to investigate and change the PAM configuration. 
 +</WRAP> 
  
 ---- ----
bash/cheat_sheet.1611661555.txt.gz · Last modified: 2021/01/26 11:45 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki