I am looking for a way when I don't have to type:
emacs abc.txt >/tmp/emacs.log 2>&1 &
Instead just emacs
command works like above.
All commands should be treated this way by default. Is there a way to convert bash to behave this way? Or is there a shell that does this by default?