]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - fortune/tools/do_sort
2 # $NetBSD: do_sort,v 1.2 1995/03/23 08:28:54 cgd Exp $
4 # @(#)do_sort 8.1 (Berkeley) 5/31/93
6 # an aggressive little script for sorting the fortune files
7 # depends on octal 02 and 03 not being anywhere in the files.
9 sp
="/usr/bin/sort -bdfu -T /var/tmp"
11 sed 's/^%$/\ 2/' | tr '\12' '\3' | tr '\2' '\12' | $sp | sed 'a\
12 %' | sed -e 's/^\ 3//' -e 's/\ 3$//' | tr '\3' '\12'