Loading CS.md +6 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ Find and print all files in cwd except those in directory `.git` and those match - - - **JSON pretty-printing oneliner** perl -MJSON::PP -MFile::Slurp -e '$x = JSON::PP->new->ascii->pretty; print $x->encode($x->decode(read_file($ARGV[0])));' file.json - - - **Other cheatsheets** * Markdown: <http://packetlife.net/media/library/16/Markdown.pdf> Loading Loading
CS.md +6 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,12 @@ Find and print all files in cwd except those in directory `.git` and those match - - - **JSON pretty-printing oneliner** perl -MJSON::PP -MFile::Slurp -e '$x = JSON::PP->new->ascii->pretty; print $x->encode($x->decode(read_file($ARGV[0])));' file.json - - - **Other cheatsheets** * Markdown: <http://packetlife.net/media/library/16/Markdown.pdf> Loading