Suse & OpenSuse : Tips, Tricks, Tutorials, How Tos and Troubleshooting

Short and quick tutorial for the command “find”

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 [...]