is there a bash shorcut for /dev/stdout like there is "-" for /dev/stdin ?
One of the use cases is to get bash history without line numbers. There is simply no option for that in the history builtin. We can do 'history -w /dev/stdout'. But that's typing 11 characters (/dev/stdout) and I am looking to shorten it to 1 if possible.