for example I wanted to have a PWD command
MY CODE: cwd=`pwd`
OUTPUT: cwd=Users/myname/dev/.
WHAT I WANT OUTPUTED: cwd=`pwd`
sorry if this is a bad explination, I have no idea how to explain it.
for example I wanted to have a PWD command
MY CODE: cwd=`pwd`
OUTPUT: cwd=Users/myname/dev/.
WHAT I WANT OUTPUTED: cwd=`pwd`
sorry if this is a bad explination, I have no idea how to explain it.