Is there a way to print interpreted PS1 variable placeholders to console? Something like
$ echo `%u`
for printing a username or
$ echo `%h`
for printing a host. I do know about environment variables I just want to know if there is a way to get same information through PS1 variable.
