Linux & Git-GitHub Cheat Sheet
Linux Cheat Sheet :
CommandDescriptionExample
lsLists files and directories in the current directory.ls -l (detailed listing)
mkdirCreates a new directory.mkdir newdir
touchCreates an empty file or updates the timestamp of an existing file.t...
learnwithimran.hashnode.dev4 min read