I have a problem with this: C code
system("curl *link* > file.html"); system("lynx file.html -dump > file.txt");
If