From 54b28c1caeda08965c258411a32229be1766d47f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 29 Jul 2021 19:23:23 -0400 Subject: Switched from the "from to" convention to the "minimum additional" convention. --- commands.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'commands.md') 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 ``` --- -- cgit v1.2.3