Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は本当にCLIの初心者なので、助けてください。CentOS で誤って nl と入力してしまったので、このリストから抜け出せなくなりました。nl を終了するにはどうすればよいですか?
ご協力いただきありがとうございます!
Ctrl-C は通常、Linux で端末コマンドを強制終了するために使用できます。
編集: nl を正しく終了するには、Ctrl-D を使用する必要があります。Ctrl-C は、アプリケーションを強制終了する一般的な方法です。