#!/bin/csh -f # pbcount # ----------------------------------------------------------------------------- # C shell script to count the lines in the paste buffer # ------------------------------------------------------------------------------ pbpaste | tr '\r' '\n' | wc -l