ニュース

PC上で、誰もが必ず使うであろうアプリケーションというものがいくつかある。ファイラーや、今時であればWebブラウザがそうだろう。 そしてテキストエディタも、こうした誰もが使うアプリの1つではないだろうか。特にLinuxは、Unixの流れを汲むテキスト ...
GNU nanoはほとんどのUbuntuマシンにインストールされている、 Ubuntu標準のテキストエディタです。 今回はUbuntu 16. 04 LTSからUbuntu 18. 04 LTSにアップグレードした人に向けてGNU nanoの新機能を紹介します。 Ubuntuで2番目にインストールされているテキストエディタ GNU ...
Ubuntu is a free computer system, like Windows or macOS, but it’s built by a community. It’s great for programmers because it’s very flexible and has lots of tools already built-in that help you code.
前回は、UbuntuにおけるGUIのテキストエディタについて紹介した。ここで述べたように、Linuxのシステム管理には、GUIではなく、CLIのテキストエディタの使用が推奨されている。そこで予告通り、今回はその理由と、具体的なCLIのテキストエディタの使い方に ...
前回はGNOME環境の標準であるgeditでしたが、 今回はKDE環境の標準であるKateに関するレシピをお届けします。 Kateの利点 KateはKDE環境向けのテキストエディタで、 geditとは異なる魅力を持つ優秀なテキストエディタです (図1⁠)⁠。本来はKDE用の ...
Vim and nano are command-line text editors that run in a terminal rather than a graphical user interface (GUI). Vim and nano have a similar appearance but differ greatly in functionality and ...
Sed is a non-interactive text editor that operates on piped input or text files. By providing it with instructions, you can make it modify and process text in files or streams. The most common use ...