and numeric comparison operators as well. If the file argument to one of the primaries is of the form `/dev/fd/N', then file descriptor N is checked. If the file argument to ...
-a file
True if file exists.
-b file
True if file exists and is a block special file.
-c file
True if file exists and is a character special file.
-d file
True if file exists and is a directory.
-e file
True if file exists.
-f file
True if file exists and is a regular file.
-g file
True if file exists and its set-group
{{tag>find_files count_lines}}
====== Dateien nach Inhalt durchsuchen ======
Mit der Shell lassen sich... lleine:
This will only search through those files which have .c or .h extensions:
<code>
grep --i