├── 8086 cheat sheet.pdf ├── Advanced_Jinja2.docx ├── Advanced_Jinja2.pdf ├── README.md ├── Unix redirection and pipe cheat sheet.pdf ├── Z80 CheatSheet.pdf └── cseg_git_cheat_sheet.pdf /8086 cheat sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/8086 cheat sheet.pdf -------------------------------------------------------------------------------- /Advanced_Jinja2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/Advanced_Jinja2.docx -------------------------------------------------------------------------------- /Advanced_Jinja2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/Advanced_Jinja2.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # linux cheat-sheet for one-liners 2 | I was searching for a linux quick reference for redirections, pipes and data manipulation. 3 | Since i was unable to find one that suits me, i made it and made it publicy available. 4 | 5 | # Old processors instruction Set 6 | Z80 and 8086 instructions 7 | 8 | 9 | # Several ways to structure data inside Jinja2's templates 10 | -------------------------------------------------------------------------------- /Unix redirection and pipe cheat sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/Unix redirection and pipe cheat sheet.pdf -------------------------------------------------------------------------------- /Z80 CheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/Z80 CheatSheet.pdf -------------------------------------------------------------------------------- /cseg_git_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PJO2/cheat-sheet/bbebc3c9bab54643f266e57ea99318a96866d0d8/cseg_git_cheat_sheet.pdf --------------------------------------------------------------------------------