Felix <[email protected]> writes: > One question, though: how can I escape the tick (#\') itself? My > attempts at the bash prompt using various combinations of ' and \ > don't seem to work. Actually, the more I try, the more I realize that > the situation with bash isn't much better than it with with Windows > ...
I suggest using shquote(3) where it exists and reusing, say, NetBSD implementation where it doesn't. -- HE CE3OH... _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
