SCMD is a search command script written in bash that allows users to search for commands that have been shared and uploaded. SCMD also allows users to create their list of commands and store it locally in a CSV format rather than storing it in a plain text file.
Additional commands are often added and I encourage all users to share the commands saved locally so we can increase the list of commands even more, but here we have a few new commands I used this week.
Simply run this command to get the updated list $ scmd -download

If you down have scmd installed, here are the instructions:
Pre-Requirements
UBUNTU $ sudo apt install gawk
FEDORA $ sudo dnf install gawk
1) Open terminal / Command line
2) cd $HOME
3) wget -q -O scmd http://bit.ly/2We4lkF
4) chmod 755 scmd
5) ./scmd -upgrade
6) source ~/.bashrc
7) scmd
Further documentation available here!
You must be logged in to post a comment.