pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.61k stars 215 forks source link

Problem with command "whats my real name" #182

Closed likeadragonmaid closed 8 years ago

likeadragonmaid commented 8 years ago

When I try to run the command betty whats my real name it says Betty: Running finger $(whoami) | sed 's/.*: *//;q' sh: 1: finger: not found

twrightsman commented 8 years ago

@kvsjxd It appears you don't have the finger command installed on your operating system. You need to install it first using your appropriate package manager.