When I tried to use alias in shell script, it didn't work.
This will clearify what I mean:-
#!/bin/bash
alias hello='echo Hello, how are you?'
hello
#end of shell script
If this shell script is run it will give an error message stating that the command hello was not found...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.