#! /bin/zsh # # this file: # https://dataswamp.org/~incal/scripts/csw local f=$1 awk '{ print length($0) " " $0; }' $f | sort -n | tail -1