Bash
The thrilling prequel to the Bourne movies
Bash
Bourne again SHell, a pretty universal unix shell.
!! runs the last command, can be used like 'sudo !!'
ctrl-k and ctrl-u (kill to end, kill to start)
alt-. gives the argument of the last command
Grep
pip list | grep "tensorflow"
Last updated
Was this helpful?