Summary
It is possible to list files by the opposite of a pattern using the Linux find command. The “not” operator can be used to create a list of all files not ending with a certain file extension.
1
Additionally, the -f argument can be used to limit the search to files only, and not directories.
1
According to
See more results on Neeva
Summaries from the best pages on the web
Git doesn’t list excluded directories for performance reasons, so any patterns on contained files have no effect, no matter where they are defined. Put a ...
Git - gitignore Documentation
git-scm.com
Write the pattern space to filename . As a GNU sed extension, two special values of filename are supported: /dev/stderr , which writes the result to the ...
sed, a stream editor
gnu.org
Typically the package is specified as a list of .go source files from a single directory, but it may also be an import path, file system path, or pattern ...
go - The Go Programming Language
golang.org