date and time created 91/11/21 13:36:30 by bostic
[unix-history] / usr / src / games / fortune / tools / do_sort
#! /bin/sh
#
# @(#)do_sort 5.1 (Berkeley) %G%
#
# an aggressive little script for sorting the fortune files
# depends on octal 02 and 03 not being anywhere in the files.
sp="/usr/bin/sort -bdfu -T /var/tmp"
sed 's/^%$/\ 2/' | tr '\12' '\3' | tr '\2' '\12' | $sp | sed 'a\
%' | sed -e 's/^\ 3//' -e 's/\ 3$//' | tr '\3' '\12'