Command Line Arguments
Posted: Thu Feb 21, 2008 9:34 pm
When I try to pass argument bar to program foo in this command:
I get the error message:
How do I pass an argument in this scenario?
- Code: Select all
cobra -d foo bar
I get the error message:
- Code: Select all
cobra: error: Cannot find "bar" as a file.
How do I pass an argument in this scenario?