$ tree node_modules/ | count
zsh: command not found: count
$ tree node_modules/ | lines
zsh: command not found: lines
$ tree node_modules/ | wc -lines
wc: illegal option — i
usage: wc [-clmw] [file …]
$ tree node_modules/ | wc -countlines
wc: illegal option — o
usage: wc [-clmw] [file …]
$ man wc
I Peeked Into My Node_Modules Directory And You Won’t Believe What Happened Next
Jordan Scales
5.4K544
Ammm .. I hope this is part of the joke and was left here as a gag ;)