Hi, Ten years ago, a teacher of mine asked why "the command which concatenates files never mentions the command which splits files".
Ten years later, I still think he made a good point, so here's a diff. If there's a reason for things to be the way they are, I'm still curious to learn it :) Donovan Index: bin/cat/cat.1 =================================================================== RCS file: /cvs/src/bin/cat/cat.1,v retrieving revision 1.36 diff -u -r1.36 cat.1 --- bin/cat/cat.1 10 Jul 2016 00:15:39 -0000 1.36 +++ bin/cat/cat.1 10 Jan 2021 13:56:31 -0000 @@ -144,6 +144,7 @@ .Xr more 1 , .Xr pr 1 , .Xr sh 1 , +.Xr split 1 , .Xr tail 1 , .Xr vis 1 , .Xr setvbuf 3 Index: usr.bin/split/split.1 =================================================================== RCS file: /cvs/src/usr.bin/split/split.1,v retrieving revision 1.22 diff -u -r1.22 split.1 --- usr.bin/split/split.1 28 Feb 2015 21:51:56 -0000 1.22 +++ usr.bin/split/split.1 10 Jan 2021 13:56:24 -0000 @@ -125,6 +125,7 @@ .Sh EXIT STATUS .Ex -std split .Sh SEE ALSO +.Xr cat 1 , .Xr csplit 1 , .Xr re_format 7 .Sh STANDARDS
