C programming, using PuTTY
I have compiled a program, now I'm trying to run it passing through 2 files as arguments
Except I don't actually know how to do it
./safeStr testfilea testfileb
^When I use that, my program returns the nargs != 2 error message
./safeStr <testfilea> <testfileb>
^When I use that, my program returns: Missing name for redirect
Any help? Thanks a ton