aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands.md b/commands.md
index 00c3e621a..4c23f7c00 100644
--- a/commands.md
+++ b/commands.md
@@ -9,6 +9,14 @@ cd ~/lux/ && find . -name '*.lux' | xargs wc -l | sort -rn
---
+# Find & replace
+
+```
+cd ~/lux && grep -r "" --include *.lux | sort
+```
+
+---
+
# Clean everything
```