Dup Goto 📝

Find

PT2/linux/commands 04-04 20:23:52
To Pop
8 lines, 30 words, 215 chars Thursday 2024-04-04 20:23:52

Examples

# All .py and .md files not beginning with R
find . -not -name R\* \( -name \*.py -or -name \*.md \)

Resources