aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-08-18 03:29:15 -0400
committerEduardo Julian2021-08-18 03:29:15 -0400
commite00ba096c8837abe85d366e0c1293c09dbe84d81 (patch)
treedc1f0955d4461ae30bb4945cddd74c462f1aee98 /commands.md
parent3289b9dcf9d5d1c1e5c380e3185065c8fd32535f (diff)
Some bug fixes.
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
```