In zsh (the default shell in MacOS), R launches the R programming language console.
r, in contrast, does ... what?
% which rr: shell built-in command% man rNo manual entry for r
I can't figure out how to do a web search for this one without getting results for R instead of r.
#rstats #zsh #CommandLine #Linux #MacOS
@peterdrake
Per [`man zshbuiltins`](https://linux.die.net/man/1/zshbuiltins), the builtin shell command `r` is equivalent to `fc -e -`, which, to my reading of the same manpage, selects the most recent command and executes it without editing.
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.