thank you;
it's only because I found that in the sample solution I invoked the program like this (. trove word1 word2) without double quotes and the program would concatenate the two words into "word1 word2" and keep the same spaces to search.
Sin...
Hi
In the sample solution, when I invoke the program like (. trove argv1 argv2), it will search for the word "argv1 argv2" with specific spaces, but as far as I know, the argument parsing is first handled by the shell which will clean likely up ...
Hi,
have a question
I found lines such "59 3 0 0 submit-project" in crontab-file can be invoked, exit(0)in the sample, but I am confused is "59 " a reasonable minute to think?