make lcr faster
This commit is contained in:
parent
20daa94697
commit
4a97a34afc
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ def lcr [
|
||||||
] {
|
] {
|
||||||
ls **/*
|
ls **/*
|
||||||
| where name ends-with $".($file_extension)"
|
| where name ends-with $".($file_extension)"
|
||||||
| each {|file|
|
| par-each {|file|
|
||||||
open $file.name
|
open $file.name
|
||||||
| lines --skip-empty
|
| lines --skip-empty
|
||||||
| length }
|
| length }
|
||||||
|
|
Loading…
Reference in a new issue