← All commands

W

Pipe command output to a line count

Meta

Usage reference

Try an example

git log --oneline W

Expands To

| wc -l

Usage

<command> W
Availability
Available when wc is installed
Dependencies
wc

Examples

  • git log --oneline W