Both are available for anonymous ftp from prep.ai.mit.edu
[18.71.0.38], in the files pub/gnu/fileutils-3.0.tar.Z and
pub/gnu/textutils-1.0.tar.Z.
The programs in the fileutils are:
chgrp chmod chown cp dd du install ln ls mkdir mkfifo mknod mv rm
rmdir touch
mkfifo is a POSIX invention that is like `mknod file p'.
tac prints files backwards.
mknod is the only new program in this release.
The programs in the textutils are:
cat cmp comm cut expand fold head paste pr split sum tac tail unexpand uniq
The new programs are comm fold pr sum uniq.
Other changes from the previous fileutils release include better error
checking on NFS filesystems, default 1K blocksize for ls and du,
ftruncate support for some System V's, AIX support, support for
compiling on multiple architectures simultaneously, and lots of
portability tweaks and small bug fixes.