| Top | Forum | OS Settings | Software Settings | Mojibake |

Linux Tips:ファイル検索コマンド

| No Comments | No TrackBacks

ホリデーシーズンを利用して少しLinuxと遊んでみようと思っていたら、とっても初心者向けファイル検索コマンドの使い方説明を発見♥

このコマンドは、どのディストリビューションのLinuxでも使えるということなので、自分用にメモしておきます^^;


ファイル検索コマンド: Find の使い方

1.基本

find [path] [expression]

2.ファイル名からの検索(例:拡張子.aviのファイルを探す場合)

find /home -name '*.avi'

3.条件の追加(例:ファイルサイズ700M以上)

find /home/ -name '*.avi' -a -size +700M


[via How-To: Find files on your computer with find]
 

No TrackBacks

TrackBack URL: http://nihongopc.us/cgi/mt/mt-tb.cgi/250

Leave a comment

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.23-en

About this Entry

This page contains a single entry by WebMaster published on November 21, 2007 3:45 PM.

Leopard Unixとして認定 was the previous entry in this blog.

英語版PC日本語化の範囲 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.