add directory docs

This commit is contained in:
gohigh
2024-02-19 00:23:35 -05:00
parent b50063d9b3
commit 9912ec445d
12689 changed files with 3135349 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/sh
#
#
for i in digest?.Z
do
zcat < $i | /u1/ftp/pub/linux/mail-archive/get_header
done
for i in digest??.Z
do
zcat < $i | /u1/ftp/pub/linux/mail-archive/get_header
done
for i in digest???.Z
do
zcat < $i | /u1/ftp/pub/linux/mail-archive/get_header
done