aliases not working
by wadolphin8827 from LinuxQuestions.org on (#6PSWH)
I've got an issue with bash not wanting to recognize the list of aliases that I've got in my .bash_aliases file however, when I go and try to use one of the said aliases I get the following error message.
alias cls for clear
error message received
Code:bash-5.1$ cls
bash: cls: command not found
alias cls for clear
error message received
Code:bash-5.1$ cls
bash: cls: command not found