Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kaeluka
on April 3, 2014
|
parent
|
context
|
favorite
| on:
Show HN: Digitizing photos of whiteboards using th...
If you want to handle input file names including spaces, just wrap the $1 into parens:
#!/bin/bash
convert "$1" -morphology ...
jessaustin
on April 3, 2014
[–]
Those look more like double-quotes than parens.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
#!/bin/bash
convert "$1" -morphology ...