Ubuntu Basic Commands
Notice: 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 ...
danceswithcodes.hashnode.dev2 min read