2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
Commit Graph

585 Commits

Author SHA1 Message Date
terminalforlife
4df5219c66 Convert tabs to 4 spaces for consistency
This was probably my fault to begin with, as I'm a big fan of tabs.
My bad. It just occurred to that not only do I have my tabs set to 4
columns, but some people may have wonky formatting because of whichever
setting we have for our tabs.
2020-03-01 00:02:13 +00:00
terminalforlife
f8b7f7e3c4 Add examples of useless uses of cat 2020-02-29 23:53:25 +00:00
terminalforlife
beb310e2ae Add basically a hint to a useful file in /proc 2020-02-29 23:44:02 +00:00
terminalforlife
489af58ee9 Add nifty Awk trick to fetch the total RAM 2020-02-29 23:43:42 +00:00
terminalforlife
6201e1c588 Add additional printf examples 2020-02-29 23:36:14 +00:00
terminalforlife
2d32a8369c Tweak formatting, code, & wording 2020-02-29 23:32:19 +00:00
terminalforlife
7d524d8205 Capitalize abbreviations 2020-02-29 23:26:18 +00:00
terminalforlife
c4ea4f09d0 Tweak formatting & add another example 2020-02-29 23:24:15 +00:00
terminalforlife
05fe95ee72 Merge branch 'master' of https://github.com/chubin/cheat.sheets 2020-02-28 21:09:43 +00:00
Igor Chubin
565df5eff0
Update fdisk 2020-02-27 09:01:42 +01:00
Igor Chubin
f868f83446
Merge pull request #98 from ireaneus/master
adding to fdisk cheatsheet
2020-02-27 09:00:39 +01:00
David Haines
a8ca925b2e adding to fdisk cheatsheet 2020-02-25 17:13:06 -07:00
terminalforlife
2ce193c0ba Fix typos, tidy formatting, & improve writing
This is what late-night boredom does to you. lol
2020-02-22 03:38:15 +00:00
terminalforlife
d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00
terminalforlife
9bda601ca8 Tweak and add to fdisk and df 2020-02-22 02:42:51 +00:00
Igor Chubin
ffae74cdfd
Merge pull request #96 from terminalforlife/master
Added Files & Examples
2020-02-17 10:51:01 +01:00
terminalforlife
59ac157226 Add to _perl/1line 2020-02-17 03:07:15 +00:00
terminalforlife
341ff5636f Make header more accurate for proc 2020-02-17 02:13:51 +00:00
terminalforlife
bd0d11690d Add wget file & examples 2020-02-17 02:11:46 +00:00
terminalforlife
dde9356508 Add apt-key file & an example 2020-02-17 02:07:42 +00:00
terminalforlife
476cf1ee98 Add additional dpkg examples 2020-02-17 02:06:00 +00:00
terminalforlife
74c8191b3c Add dpkg and an example 2020-02-17 01:59:30 +00:00
terminalforlife
1186810822 Mention whether builtin of printf or not 2020-02-17 01:56:48 +00:00
terminalforlife
12331213f2 Add printf file with examples 2020-02-17 01:55:05 +00:00
terminalforlife
0e758e9d40 Add cat file and a POSIX line 2020-02-17 01:43:23 +00:00
terminalforlife
fbb1d392d5 Add additional example 2020-02-17 01:40:28 +00:00
terminalforlife
9297e1874f Add perldoc file & an example 2020-02-17 01:32:01 +00:00
terminalforlife
3279f62125 Add a few more Perl examples 2020-02-17 01:27:30 +00:00
terminalforlife
56e57af09c Add method to display terminal cols and lines 2020-02-17 00:53:12 +00:00
terminalforlife
3972687447 Remove random sudo instance 2020-02-17 00:35:19 +00:00
Igor Chubin
1a4eca569b
Merge pull request #95 from alexberry/teeappend
Append, not amend.
2020-02-12 15:59:15 +01:00
Alex Berry
15f7213025 Append, not amend.
intact is not hyphenated.

Newline for formatting.
2020-02-11 23:08:07 +00:00
Igor Chubin
6f9aa78d7e
Merge pull request #89 from schneiderl/master
emacs: fix typos
2020-02-11 19:21:32 +01:00
Igor Chubin
c9c425d37d
Merge pull request #90 from roryokane/patch-1
Fix indentation in Ruby cheat sheet
2020-02-11 19:20:56 +01:00
Igor Chubin
4b35ff0a27
Merge pull request #91 from alexberry/patch-1
Adding a few more useful examples to sed.
2020-02-11 19:18:43 +01:00
Igor Chubin
167657879b
Merge pull request #92 from terminalforlife/master
New Examples & `sysctl` File + Wording & Formatting Improvements
2020-02-11 19:16:22 +01:00
Igor Chubin
8dcabf4c9f
Merge pull request #93 from tlvince/patch-2
Add a jq filter example
2020-02-11 19:14:09 +01:00
Tom Vincent
1ba369f630
Add a jq filter example 2020-02-08 12:26:52 +00:00
terminalforlife
c8d0c9e9c0 Tidy up and somewhat improve wording of ssh 2020-02-02 21:07:43 +00:00
terminalforlife
16fbc6f6eb Improve formatting and descriptions of git
I've also maintained a column limit of 80, for smaller terminals.

Some of these description changes are superfluous, but either improve
clarity, or make things a touch more concise, I believe.
2020-02-02 20:47:50 +00:00
terminalforlife
e6da32c2b1 Show tee some love, for clarity and consistency 2020-02-02 19:57:22 +00:00
terminalforlife
4c5344e70c Add example to perl 2020-02-02 19:44:01 +00:00
terminalforlife
cb863ec73c Add sysctl file with a few examples 2020-02-02 19:37:49 +00:00
alexberry
3f48743dee
g flag is per-line, not per-file
Make comment clearer
2020-02-02 10:45:33 +00:00
alexberry
b2ef20e0d9
Forgot to add paths as utilised -i
Must add a file path when not piping to sed.
2020-02-02 10:32:28 +00:00
alexberry
b2210a9ca2
Adding a few more useful examples.
Sed's cheat sheet was a little light, here are a few more examples.
2020-02-02 10:29:36 +00:00
Rory O’Kane
1556ce6b1f
Fix indentation in Ruby cheat sheet 2020-01-25 00:04:13 -05:00
Lucas Gabriel Schneider
706a5e0c0c
fix typos on emacs 2020-01-20 19:42:08 +00:00
Igor Chubin
44d15abd8d
Merge pull request #88 from terminalforlife/master
Tweaks & AWK Addition
2019-12-19 21:36:43 +01:00
terminalforlife
7da14d62dd Improve wording, grammar, and overall message
I've also corrected some syntax and cleaned up anything that was a bit
messy. I believe it's now more presentable.
2019-12-05 01:31:57 +00:00