Hacker News new | ask | show | jobs
by vips7L 455 days ago
The shell should just have better UX. If 5408 is the id of the command ran... just list that out in the printed table. Powershell and nushell do this really well.
1 comments

Because you can use the ID to recall a previous command with "!". This is a feature that predates Bash+readline.
History substitution with "!" goes back to Bill Joy's csh, 1979.