I'm in the middle of getting to grips with using the command line so I've written a list of handy commands, that I can refer back to. If it is useful to you too, please feel free to use it! Basic commands n.b directory is just another word for fol...
jlopenshaw.hashnode.dev6 min read
Very cool article! I've been using Linux for years and I picked up a few new tidbits.
Another option set for ls that rolls off the fingers via muscle memory is ls -rlt putting the most recently-modified file (-r) at the bottom where I can see it immediately.
sai vamshi
Nice article! Something new learned 😍