I tried to write a program which includes the execl function but I failed.
how can I do that?
for example, what should I do if I want to include this command in my C program? stat -c%y fileName
Thanks!
Thx Packman. It works.
But is there any other methods because it is supposed the fileNames are written in a text file, so I cannot write a fixed file name inside the C programme.