Y
Hacker News
new
|
ask
|
show
|
jobs
by
nagoff
5767 days ago
I use backtick as the screen command, which is fine unless you write a lot of bash scripts.
$ screen -e '``'
1 comments
chrismealy
5767 days ago
I'll give that a try ... I had to do screen -e '\`\`'
link