aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands.md b/commands.md
index a94dee8a7..00c3e621a 100644
--- a/commands.md
+++ b/commands.md
@@ -2,6 +2,9 @@
```
cd ~/lux/ && find . -name '*.lux' | xargs wc -l
+
+## Sorted by number of lines per file.
+cd ~/lux/ && find . -name '*.lux' | xargs wc -l | sort -rn
```
---