[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] string escaping?



> Does anyone know how I can echo the following to the screen:
> 
> 'text "something here"'

In which language, bash script?

This should work for *sh, c, c++, and php, and probably some more:

echo "'text \"something here\"'";

- Casey Allen Shobe

--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.