On 7/28/07, Vaibhav Kulkarni <[EMAIL PROTECTED]> wrote:
> On 7/27/07, Sameer Oak <[EMAIL PROTECTED]> wrote:
> > Where can I find source code of "echo" command?
>
> Here's a minimal echo that does not handle options (-n, -e, etc.)
>
> int main(int argc, char *argv[])
> {
>   int i;
>   for (i = 1; i < argc; i++) printf("%s ", argv[i]);
>   printf("\n");
>   return 0;
> }
>
> echo command is nothing but printing of its arguments.


I dont think so.
try echo * and see the results.
According to you, it should give  *. Actually it gives a list of files
in the "pwd".

-Sudhanwa

!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~
Have you tried the new "FREE" Marathi font "Aksharyogini" we have released?

News!! Aksharyogini font will now be available in debian Indic fonts package!!

Please get it from http://aksharyogini.sudhanwa.com
~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~~
www.sudhanwa.com

--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to