Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/age/older

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
#

sort -n +2 -3 loc > tempfile1
sort -n +0 -1 age > tempfile2
join -1 3 -2 1 tempfile1 tempfile2 > tempfile3
echo  awk '''$5> ' $1  '{print $3}'''   tempfile3  | rc 
rm tempfile*
#-eof-

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.