Search Results

1
vote

In a bash script, how do I sanitize user input?

As dj_segfault points out, the shell can do most of this for you. Looks like you'll have to fall back on something external for lower-casing the string, though. For this you have many options, li …