Skip to content

Instantly share code, notes, and snippets.

@androidzhibinw
Created December 22, 2015 08:47
Show Gist options
  • Save androidzhibinw/fdd34660297bb16df397 to your computer and use it in GitHub Desktop.
Save androidzhibinw/fdd34660297bb16df397 to your computer and use it in GitHub Desktop.
use sed replce ; to \n and get the count with wc.
sed 's/;/\n/g' name-list.txt |wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment