- Bash/Zsh? 快捷键
CTRL L = Clear the terminal CTRL A = Cursor to start of line CTRL E = Cursor the end of line CTRL U = Delete left of the cursor CTRL K = Delete right of the cursor CTRL W = Delete word on the left CTRL Y = Paste (after CTRL U,K or W) CTRL R = reverse search history !! = repeat last command
pushd, popd, dirs
- Linux命令:用“dirs”、“pushd”、“popd”来操作目录栈
- Use pushd and popd for faster CLI navigation
- Use dirs, pushd and popd to manipulate directory stack
- How do I use pushd and popd commands?
iptables