how to define a command in bashrc code example
Example: how to define a command in bashrc
alias hpc="username@sever:"
#command should define alias
#hpc is the commenly use command to log to a remore sever.
alias hpc="username@sever:"
#command should define alias
#hpc is the commenly use command to log to a remore sever.