SoundTheSurrender
Diamond Member
I have a cshell program complete. What it does is read a text file. Right now it's static so all I have to do is type:
./cshscr
and it reads a file called testfile.
How would I go about making it dynamic?
./cshscr testfile
./cshscr book
./cshscr logfile
Thanks
./cshscr
and it reads a file called testfile.
How would I go about making it dynamic?
./cshscr testfile
./cshscr book
./cshscr logfile
Thanks