command not found stuff on arch
Closed this issue · 1 comments
xeon-zolt commented
[xeon@dzb ~]$ betty what is my name Betty: Okay, I have multiple ways to respond. Betty: Enter the number of the command you want me to run, or N (no) if you don't want me to run any. [1] whoami Gets your system username. [2] finger $(whoami) | sed 's/.*: *//;q' Gets your full name. 2 Betty: Running finger $(whoami) | sed 's/.*: *//;q' sh: finger: command not found
likeadragonmaid commented
You need to install finger command package on Arch