I have a bunch of commands that I commonly use. For example:
du -h --max-depth=1 /home
Unfortunately, my brain has very little room left for these sorts of things. I currently keep a text file on my desktop for jotting down these commands -- but I'm wondering if there's a better way to do this right from the command line...
Ideally, I could create a alias command that would open a list of my favorite commands...for example:
mfc
would open my list of favorite commands and then I could quickly copy and exit that to do the command. Anybody got a workflow they'd like to suggest on this?