You need the source of cat !?! Well, from scratch... #include <stdio.h> main(int argc, char *argv[]) { FILE *f; static char buf[1024]; if (!argv[1]) return 1; f = fopen(argv[1], "r"); if (!f) return 1; while (fgets(buf, 1024, f)) { puts(buf); } fclose(f); return 0; } Not too complicated, isn't it ? ;-) Just a joke... Take a look at the source packages, base package... should be around there Pascal -----Original Message----- From: The Gecko <gecko@benham.net> To: suse-linux-e@suse.com <suse-linux-e@suse.com> Date: samedi 18 avril 1998 01:16 Subject: RE: [S.u.S.E. Linux] Yast FTP error message
Where would I... or would I... find the source code to some of the most
basic
of utilities... such as cat and ls? (particularly cat)
---------------------------------- <A HREF="http://homepages.skylink.net/~gecko/index.html"><A HREF="http://homepages.skylink.net/~gecko/index.html</A">http://homepages.skylink.net/~gecko/index.html</A</A>> -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d+(-) s:+ a29 C++$ UL++>++++ P+++$ L++>++++ E? W+++$ N+(-) o? K- w+++$(--) O M-- V- PS-- PE++ Y++ PGP++ t+ 5 X R+ !tv b++++ DI+++ D++ G++>G+++ e h+ r* y+ ------END GEEK CODE BLOCK------ ---------------------------------- -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e