2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
terminalforlife
d4b5e7f5dc Correct double-negative logic in Perl one-liner
Beforehand, it was only adding unnecessary confusion.

Either:

	CONDITION && COMMAND

OR:

	CONDITION || COMMAND

Never:

	! CONDITION && COMMAND
2020-10-26 23:56:16 +00:00
terminalforlife
d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00
terminalforlife
59ac157226 Add to _perl/1line 2020-02-17 03:07:15 +00:00
Igor Chubin
2defb200ac added rosetta name to language info 2019-02-07 17:09:48 +00:00
Igor Chubin
e4289b35ed removed empty lines from paragraphs 2018-07-27 17:55:28 +00:00
Igor Chubin
a7d55c049f
Merge pull request #8 from neilhwatson/master
Intial attempt at a Perl entry on subroutines
2018-07-27 19:53:41 +02:00
HairyFotr
df2101d2fb
Fix typos 2018-07-17 11:42:16 +02:00
Igor Chubin
12709b2f6b added skeleton for all currently available languages 2018-05-19 20:41:12 +00:00
Neil H watson
2243178be4 Intial attempt at a Perl entry on subroutines 2017-12-03 11:06:03 -05:00