All public logs
From Cheatsheet
Jump to navigationJump to search
Combined display of all available logs of Cheatsheet. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:59, 28 July 2023 Patrick talk contribs created page Linux:Tools (Created page with "Category:Cheatsheet == Common commands == <syntaxhighlight lang="bash"> # Scroll through a file with less less -s myfile.txt # Select line 5 from the output cat example.txt | sel -e '5' # Select lines from the output, starting from the top cat example.txt | head -5 # Select lines from the output, starting from the bottom cat example.txt | tail -5 </syntaxhighlight> == Uncommon commands == <syntaxhighlight lang="bash"> # Crash the current server echo c > /proc/sy...")