We can learn about commands in Linux using the manpages, for example, to learn how to use the find command, we can just do
# man 1 find
However, this means we need to read the long manual and generally most of us are somewhat impatient. We will give short and quick tutorials on the common usage [...]


