Skip to content

Instantly share code, notes, and snippets.

@chipulaja
Last active November 2, 2023 02:06
Show Gist options
  • Save chipulaja/264d6f0efbdea7c47632bc028bdc1133 to your computer and use it in GitHub Desktop.
Save chipulaja/264d6f0efbdea7c47632bc028bdc1133 to your computer and use it in GitHub Desktop.
Common CLI
```bash
grep -i "keyword" . -RL --exclude-dir=kecuali
```
contoh
```bash
grep --include="*.php" -i "isSalable" . -Rl --exclude-dir="dev" --exclude-dir="tests" --exclude-dir="generated" --exclude-dir="Test" --exclude-dir="Api" --exclude-dir="pub" --exclude-dir="var"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment