I have a simple executable python script saved like /usr/local/bin/OscStr, which requires a file like an argument. I can call it with the terminal from anywhere.
But when I try $OscStr *.log it takes only one .log file.
Does wildcard work like a for loop or does it give multiple arguments to a command?
 
    