The find program is a directory search utility on Unix-like platforms. It searches through one or more directory trees of a filesystem, locating files based on some user-specified criteria. By default, find returns all files below the current working directory. Further, find allows the user to specify an action to be taken on each matched file. Thus, it is an extremely powerful program for applying actions to many files. It also supports regex matching.
| Property | Value |
| dbpprop:abstract
|
- The find program is a directory search utility on Unix-like platforms. It searches through one or more directory trees of a filesystem, locating files based on some user-specified criteria. By default, find returns all files below the current working directory. Further, find allows the user to specify an action to be taken on each matched file. Thus, it is an extremely powerful program for applying actions to many files. It also supports regex matching. The related, locate programs, use a database of indexed files obtained through find (updated at regular intervals, typically by cron job) to provide a faster method of searching the entire filesystem for files by name. This sacrifices overall efficiency (because filesystems are regularly interrogated even when no users needs information)and absolute accuracy (since the database is not updated in real time) for significant speed improvements (particularly on very large filesystems). On fast systems with small drives, locate is not necessary or desirable.
- find (zu deutsch finde) ist der Name eines UNIX-Programm zum Auffinden von Dateien und Verzeichnissen. Das Programm durchsucht bei jeder Suchanfrage direkt das Dateisystem. find gestattet eine Verfeinerung der Suche nach zahlreichen Kriterien wie etwa Zugriffs- oder Änderungszeit, Dateigröße, Ort, und je nach Variante noch zahlreiche andere. Es ist Teil des POSIX-Standards (IEEE Std 1003.1), und als solches im Standardumfang jeder Unix-Variante zu finden. Unter Microsoft Windows gibt es ebenfalls den Befehl find, jedoch dient er dort zum Durchsuchen von Dateien, eine Funktion die unter Unix üblicherweise von grep realisiert wird.
- find es un comando común en sistemas Unix que se utiliza para encontrar archivos en un determinado directorio a partir de diversas reglas de búsqueda, tales como nombre exacto de archivo, fecha de creación, tamaño, permisos, etc. llegando a ser muy flexible y una de las herramientas más útiles en la administración de sistemas cuando se sabe utilizar. En los sistemas GNU/Linux forma parte del paquete findutils.
- Find on eräs Unixin komennoista, jolla voidaan etsiä halutunlaisia tiedostoja tiedostojärjestelmistä. Find toimii tiedostojärjestelmässä oletusarvoisesti rekursiivisesti toisin kuin esimerkiksi ls -komento.
- find est une commande UNIX permettant de chercher des fichiers dans un ou plusieurs répertoires selon des critères définis par l'utilisateur. Par défaut, find retourne tous les fichiers contenus dans l'arborescence du répertoire courant. find permet aussi d'exécuter une action sur chaque fichier retrouvé ce qui en fait un outil très puissant.
- A find program egy fájlkereső eszköz, amely jellemzően Unix és Unix-szerű platformokon található meg, de létezik egyéb, például Windows platformokon futó find is. A find fájlrendszerek könyvtárstruktúrájában tud keresni a felhasználó által megadott kritériumok alapján. Ezen felül a find arra is használható, hogy a talált fájlokon valamely akciót végrehajtson, így jól használható olyan esetekben, ha sok fájllal kell végrehajtani egy adott műveletet.
- find è un comando dei sistemi operativi Unix e Unix-like, e più in generale dei sistemi POSIX e GNU, che ricerca file e directory nel file system che soddisfano i criteri specificati, elencandone i nomi o eseguendo un comando per i risultati trovati.
- find(ファインド)は検索エンジンの一種であり、主にUNIX系プラットフォームに存在する。ファイルシステムの1つ以上のディレクトリツリー上で検索を行い、ユーザーの指定した基準にマッチするファイルを探す。デフォルトでは現在のワーキングディレクトリ配下にある全ファイルをリストアップする。さらに find はマッチした各ファイルに対して何らかのアクションを実行するよう指定できる。従って、多数のファイルに何らかの操作を行う非常に強力なプログラムである。正規表現によるマッチングもサポートしている。
- find to program uniksowy, który służy do wyszukiwania plików o zadanych parametrach.
- find é um programa de computador de busca de arquivos utilizado em plataforma Unix e derivados. Ele procura por um ou mais diretórios na árvore da estrutura do sistema de arquivos, localizando arquivos baseados em um critério estabelecido pelo utilizador. Ele também suporta expressões regulares, e pode ser usado para aplicar um certo comando em vários arquivos.
- find — утилита поиска файлов, используемая в UNIX‐подобных операционных системах. Может производить поиск в одной или нескольких директориях с использованием критериев, заданных пользователем. По умолчанию, find возвращает все файлы после текущего в рабочей директории. Более того, find позволяет применять пользователю определённые действия ко всем найденным файлам. Также поддерживаются регулярные выражения.
|
| dbpprop:hasPhotoCollection
| |
| dbpprop:manProperty
|
- find
- search for files in a directory hierarchy
- 1 (xsd:integer)
|
| dbpprop:reference
| |
| dbpprop:wikiPageUsesTemplate
| |
| rdf:type
| |
| rdfs:comment
|
- The find program is a directory search utility on Unix-like platforms. It searches through one or more directory trees of a filesystem, locating files based on some user-specified criteria. By default, find returns all files below the current working directory. Further, find allows the user to specify an action to be taken on each matched file. Thus, it is an extremely powerful program for applying actions to many files. It also supports regex matching.
- find (zu deutsch finde) ist der Name eines UNIX-Programm zum Auffinden von Dateien und Verzeichnissen. Das Programm durchsucht bei jeder Suchanfrage direkt das Dateisystem. find gestattet eine Verfeinerung der Suche nach zahlreichen Kriterien wie etwa Zugriffs- oder Änderungszeit, Dateigröße, Ort, und je nach Variante noch zahlreiche andere. Es ist Teil des POSIX-Standards (IEEE Std 1003.1), und als solches im Standardumfang jeder Unix-Variante zu finden.
- find es un comando común en sistemas Unix que se utiliza para encontrar archivos en un determinado directorio a partir de diversas reglas de búsqueda, tales como nombre exacto de archivo, fecha de creación, tamaño, permisos, etc. llegando a ser muy flexible y una de las herramientas más útiles en la administración de sistemas cuando se sabe utilizar. En los sistemas GNU/Linux forma parte del paquete findutils.
- Find on eräs Unixin komennoista, jolla voidaan etsiä halutunlaisia tiedostoja tiedostojärjestelmistä. Find toimii tiedostojärjestelmässä oletusarvoisesti rekursiivisesti toisin kuin esimerkiksi ls -komento.
- find est une commande UNIX permettant de chercher des fichiers dans un ou plusieurs répertoires selon des critères définis par l'utilisateur. Par défaut, find retourne tous les fichiers contenus dans l'arborescence du répertoire courant. find permet aussi d'exécuter une action sur chaque fichier retrouvé ce qui en fait un outil très puissant.
- A find program egy fájlkereső eszköz, amely jellemzően Unix és Unix-szerű platformokon található meg, de létezik egyéb, például Windows platformokon futó find is. A find fájlrendszerek könyvtárstruktúrájában tud keresni a felhasználó által megadott kritériumok alapján. Ezen felül a find arra is használható, hogy a talált fájlokon valamely akciót végrehajtson, így jól használható olyan esetekben, ha sok fájllal kell végrehajtani egy adott műveletet.
- find è un comando dei sistemi operativi Unix e Unix-like, e più in generale dei sistemi POSIX e GNU, che ricerca file e directory nel file system che soddisfano i criteri specificati, elencandone i nomi o eseguendo un comando per i risultati trovati.
- find to program uniksowy, który służy do wyszukiwania plików o zadanych parametrach.
- find é um programa de computador de busca de arquivos utilizado em plataforma Unix e derivados. Ele procura por um ou mais diretórios na árvore da estrutura do sistema de arquivos, localizando arquivos baseados em um critério estabelecido pelo utilizador. Ele também suporta expressões regulares, e pode ser usado para aplicar um certo comando em vários arquivos.
- find — утилита поиска файлов, используемая в UNIX‐подобных операционных системах. Может производить поиск в одной или нескольких директориях с использованием критериев, заданных пользователем. По умолчанию, find возвращает все файлы после текущего в рабочей директории.
|
| rdfs:label
|
- Find
- Find
- Find
- Find (Unix)
- Find
- Find
- Find (Unix)
- Find
- Find
- Find
- Find
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:homepage
| |
| foaf:page
| |
| is dbpprop:redirect
of | |