

Now let's say we want to find files with a particular extension like.

Suppose we need to find files that contain "style" in their name. Now we know the syntax of the find command, let's look at some examples. -name is the name of the file type that you want to search.
#Find file containing text drivers#
Drivers communicate with block devices by sending and receiving entire blocks of data. Files that are used to access block devices are called block device files. Examples include keyboards, sound cards and mouse.ī – Block devices. Drivers communicate with character devices by sending and receiving single characters (bytes, octets). Files that are used to access character devices are called character device files. Symbolic links point to files and are similar to shortcuts.Ĭ – Character devices. These are the folders under consideration. They can be any of the below:į – Regular file such as text files, images and hidden files.ĭ – Directory.
