You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to count words using `wc` I am getting different output.
Repro steps
mkdir temp
cd temp
touch {00..40}.tmp
lsd | wc
# 3 41 327
/bin/ls | wc
# 41 41 287
Expected output:
41 41 287
Actual output:
3 41 287
What expected?
The line count for output _should_ be consistent with `/bin/ls`
What else?
No response
The text was updated successfully, but these errors were encountered:
Version
version
1.1.2
What OS are you seeing the problem on?
macOS
installation
cargo install lsd
term
xterm-256color
ls-colors
di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43
What happened?
What expected?
What else?
No response
The text was updated successfully, but these errors were encountered: