Quote:
Originally posted by a25khan
for example, unix recognises this C code in the body of any script.
#include <stdio.h>
FILE *popen(const char *command, const char *open_mode);
int pclose(FILE *stream_to_close);
|
Excuse me??!!! Recognition of c code is not mandated by Posix for any interpreter.
csh
tcsh
sh
ksh
bash
are a few shells that can do no such thing.