nano ~/.bashrc
I use this to build Alias
for example
alias testserver="php /Applications/apache/testserver.php"
which php file will be executed in this way
, but suppose I want to give a reference to php?
is assumed to be "testserver abc"
so that I can input parameters to testserver.php and be caught by php? Is this possible?