add directory mail-archive

This commit is contained in:
gohigh
2024-02-19 00:25:02 -05:00
parent 07129c3397
commit a778c607a4
1056 changed files with 796887 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