These might seem basic but they made a huge difference when I learnt them:
set -o vi
set -o xtrace
xargs, xargs -I
parameter expansion (see the Parameter Expansion section in the bash manual)
ctrl + r
find -exec
lsof
These might seem basic but they made a huge difference when I learnt them:
set -o vi
set -o xtrace
xargs, xargs -I
parameter expansion (see the Parameter Expansion section in the bash manual)
ctrl + r
find -exec
lsof