Looking for bash script includes which use a period but NOT a preceding slash. Slick little regex example:
$ grep "^\. [^/]*sh" *

Technical notes, and other ideas.
Looking for bash script includes which use a period but NOT a preceding slash. Slick little regex example:
$ grep "^\. [^/]*sh" *