Useful commands in Linux.
VI
- :noh
Cancel accidently highlight.
WGET
- –no-cache
$wget --no-cache https://some.com/some.txt
Forbid cache in order to get the latest file. (Only forbid cache at the website server. Not always able to get the latest file.)