WindowsのコマンドとLinuxのコマンドには同じ名前のものがある。同じ名前で機能も同じであればよいのだが、同じ名前でまったく機能が異なるものがある。そうしたコマンドのひとつにfindコマンドがある。 findコマンドはLinuxではファイルやディレクトリを ...
The command line is a powerful tool for Linux users, offering a range of capabilities beyond traditional graphical interfaces. In this article, we will explore two essential command line ...
「Linux」にはファイルを管理したりプロセスの状況を確認したりするのに便利なコマンドがそろっている。基本的なコマンド83種をアルファベット順に紹介する。前編は頭文字がAからFの27個を紹介する。 「Linux」の管理者はグラフィカルユーザー ...
「find」はファイルやディレクトリを検索するためのLinuxのコマンドです。findのより高速かつユーザーフレンドリーなRust製代替ツール「fd」が開発されているとのことなので、実際に使い勝手を確かめてみました。 GitHub - sharkdp/fd: A simple, fast and user-friendly ...
We’ve all got to that point on a given system where we start to run out of storage space. Do we buy more storage, perhaps one of the best SSDs, or do we search and find the largest files quickly? In ...