#!/bin/csh -f # pbcountchars # ----------------------------------------------------------------------------- # C shell script to count the chars in the paste buffer # ------------------------------------------------------------------------------ pbpaste | wc -c