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.
いくつかのコードを書いてください。Ubuntu 12.04.1 ターミナルで、「/」文字を他のテキストとは反対に色付けしてください。
これは、bash/python をコンソールに直接書き込むほとんどすべての人にとって非常に重要です...
どこから始めればよいですか?
印刷される直前にテキストを解析できる端末用のカスタムプラグインを考えていますか?
コマンドはあなたの友達です (シェルスクリプトの世界tputに留まりたいと仮定すると)。
tput
$ tput smso; echo Bold text; tput rmso
Q: ハイライトや文字は何をもたらしますか?