Y
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
kevin_thibedeau
455 days ago
Because you can use the ID to recall a previous command with "!". This is a feature that predates Bash+readline.
link
mprovost
454 days ago
History substitution with "!" goes back to Bill Joy's csh, 1979.
link