*/
ARGS: Program to print command line arguments.
Submitted By:
Unknown
Rating:





(
Rate It)
I wrote this program to show the arguments passed to programs
that are invoked under the covers by some utilities. Rather
than performing the utility function, ARGS only prints to the
screen (STDOUT) the passed parameters. with C source
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
3082
Comments (3)
too simple




Posted by: thorax on Wednesday, November 07, 2001
You could probably write the same code in a line of perl.. But all this code does is loop and print the argv contents.. The purpose for this
code was more system administration oriented than program oriented. Which smacks of "Perl" than C..
If you are clueless how to use ARGC and ARGV, this is a good "hello world" but its too simple to really be called useful..
Baby code - practically useless
Posted by: Oceanus on Monday, November 17, 2003
This download is trivial for all by the most novice programmers.
Great




Posted by: Marcel on Tuesday, March 20, 2007
Couldn't figure out how to grap command line arguments. Now I can!!
Great example!
Add Your Rating