I am trying to test some command line functions I have been writing for my page. Unfortunatly right now my page is hosted on a Windows based server and I haven't been able to move it to a UNIX based one yet. Can somebody recomend some good commands I can put into my exec() or shell_exec() or system() functions to test them out? I basicly just want something that will produce some simple output so I can make sure that I am returning values and I can manipulate them.
😕