From 4a97a34afc9cc0279496384f0f3988b8ea87288f Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sat, 20 Apr 2024 16:09:09 +0200 Subject: [PATCH] make lcr faster --- other/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/config.nu b/other/config.nu index b73d09f..0f359b5 100644 --- a/other/config.nu +++ b/other/config.nu @@ -798,7 +798,7 @@ def lcr [ ] { ls **/* | where name ends-with $".($file_extension)" - | each {|file| + | par-each {|file| open $file.name | lines --skip-empty | length }