W
Pipe command output to a line count
Meta
Usage reference
Try an example
git log --oneline WExpands To
| wc -lUsage
<command> W- Availability
- Available when wc is installed
- Dependencies
- wc
Examples
git log --oneline W
Pipe command output to a line count
git log --oneline W| wc -l<command> Wgit log --oneline W