in reply to Re^2: Wrong idioms
in thread Wrong idioms
Hm, I think '-' can cause problems with getopts sometimes.Oops! Starting filenames with '-' is just asking for trouble. Your life will be least painful if you start names with [a-z_], use only one '.', don't make them too long, and don't rely on case differences alone. If you find yourself wanting arbitrary filenames, either never pass them to other software, or consider using a database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Wrong idioms
by thargas (Deacon) on Apr 03, 2013 at 12:14 UTC | |
by Your Mother (Archbishop) on Apr 03, 2013 at 14:21 UTC | |
by thargas (Deacon) on Apr 09, 2013 at 13:16 UTC |