Forum Moderators: phranque
alias twe 'tail -f /home/visitus/logs/visitushere.com/http/error.log'
But when I type twe in the command line the server says:
bash: twe: command not found
My webhost referred me to the bash documentation. I couldn't find anything relevant there.
Any ideas? Thanks for your help, -MBJ-
alias twe='tail -f /home/visitus/logs/visitushere.com/http/error.log'