[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] string escaping?
- Subject: [ale] string escaping?
- From: cshobe at softhome.net (Casey Allen Shobe)
- Date: Wed, 20 Jun 2001 17:37:12 -0400
> 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.