From e00ba096c8837abe85d366e0c1293c09dbe84d81 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 18 Aug 2021 03:29:15 -0400 Subject: Some bug fixes. --- commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'commands.md') 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 ``` -- cgit v1.2.3