Nix: See all versions of package in the archive
Use apt-cache policy <package>. For example:
Use apt-cache policy <package>. For example:
You can use the apropos command with a keyword argument to search for that words occurrence throughout all the man pages on your system. For instance, invoki...
The ack command makes it easy to narrow the set of searched files to those of a specific programming language. For instance, if you have a rails project and ...
awk '/pattern/ {print $0 >"yes.csv"; next}{print $0 >"no.csv"}' input.csv
Use the -L flag with ssh to forward a connection to a remote server