Archived post: posted sometime between 2016 and 2022.

Bash commands that are helpful to me on a daily basis and which I initially found difficult to use

I learned most of what I know about bash from The Linux Command Line by William Shotts.

Find something by name and ignore a directory.

Use ssh to run a local script with arguments on a remote host.

Add a key to the ssh agent.

eval $(ssh-agent -s)
ssh-add /tmp/id_rsa_evidently