The escape tag has no wiki summary.
0
votes
1answer
101 views
Escaping special characters while sourcing file in bash
I'v written a script that sources a bash shell fragment. The shell fragment is supposed to be a kind of configuration file, basically it's a bunch of bash variable.
The issue here is when some of ...
6
votes
3answers
1k views
How to disconnect from lxc-console
I'm working with lxc in Ubuntu 12.04, and it's really great. However, I am unable to disconnect from a lxc-console session after I've connected. I read somewhere that Ctrl-aq will disconnect me from ...