How do I create a shortcut/alias in fedora? For example this is the path to my netbeans IDE
netbeans-8.2/bin/netbeans
I am a lazy person, and I don't want to type all this out in the terminal, is there a way so I can type something else and it "equals" whatever I want? Example If I type
SOMECOMMAND = netbeans-8.2/bin/netbeans
Whatever somecommand actually is, it will act as though I actually typed out the full
netbeans-8.2/bin/netbeans