#!/bin/bashs='abc|87123cdb|fgytw|23321ghft||87635'awk -F\| 'length($1){c++} END{print c}' <<< "$s"
Standard input is empty
4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!