I ran into a student with a space in their name for the first time today and it caused a few problems (namely creating new unneeded folders).
There are two possible fixes:
- Check to see if variable names are quoted
- Just sed replace spaces in names with underscores
I ran into a student with a space in their name for the first time today and it caused a few problems (namely creating new unneeded folders).
There are two possible fixes: