AFAli Fakoorindanceswithcodes.hashnode.dev·Sep 17, 2022 · 2 min readUbuntu Basic CommandsNotice: This is to be used as a notebook and this article has no audience other than myself. create a directory called "first": mkdir first create directories that are called "first1", "first2", "first3", and "first4": mkdir first(1..4) create ...00