Revision history of "Compgen"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:02, 22 November 2022Busk talk contribs 194 bytes +194 Created page with "``` if compgen -G "${PROJECT_DIR}/*.png" > /dev/null; then echo "pattern exists!" fi ``` https://stackoverflow.com/questions/6363441/check-if-a-file-exists-with-a-wildcar..."