argv **argv or *argv[] or other forms indicate the argument list to a program on unix. #include <stdio.h> int main(int argc, char *argv[]) { while (*++argv) puts(*argv); } entry.pdfenvp follows argv/blog/2024/02/07/first-argument.gmiStringify the Arguments