Re: [S.u.S.E. Linux] Yast FTP error message
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
The person I was asking for wanted all the options that come with CAT.. why, I don't know. I havn't used them since... well... yet. He was going to port the whole shtuff over to Dos. I finially found it in TEXTUTILS. On 21-Apr-98 Pascal Bleser wrote:
You need the source of cat !?! Well, from scratch...
Just a joke... Take a look at the source packages, base package... should be around there
Pascal
---------------------------------- <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
Hi! Trying to kill the keyboard, gecko@benham.net produced:
The person I was asking for wanted all the options that come with CAT.. why, I don't know. I havn't used them since... well... yet. He was going to port the whole shtuff over to Dos. I finially found it in TEXTUTILS.
What's wrong with "man cat", then, for a starter? (also, to find the source for cat: $ type -a cat cat is /bin/cat $ rpm -qif /bin/cat Name : textutil [...] [...] Source RPM: textutil-1.22-8.src.rpm -Wolfgang -- PGP 2 welcome: Mail me, subject "send PGP-key". If you've nothing at all to hide, you must be boring. Unsolicited Bulk E-Mails: *You* pay for ads you never wanted. Is our economy _that_ weak we have to tolerate SPAMMERS? I guess not. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (3)
-
gecko@benham.net
-
pbleser@prov-liege.be
-
weissel@jupiter.ph-cip.uni-koeln.de