簡単に言えば、私はプロジェクトに取り組んでおり、使用すると次のことに気付きました。
1.9.3p392 :001 > `gzip`
IRB::Abort: abort then interrupt!
from (irb):1:in `call'
from (irb):1:in ``'
from (irb):1
from /usr/local/rvm/rubies/ruby-1.9.3-p392/bin/irb:16:in `<main>'
CTRL + C を押すまで無期限に待機します。
ただし、使用する場合:
1.9.3p392 :047 > system('gzip')
gzip: compressed data not written to a terminal. Use -f to force compression.
For help, type: gzip -h
=> false
CTRL + Cを使用せずに続行します
バッククォートを使用すると、プロセスの続行が停止するのはなぜですか?