In Unix-like and some other operating systems, is a command-line utility that searches through one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file. The possible search criteria include a pattern to match against the file name or a time range to match against the modification time or access time of the file. By default, returns a list of all files below the current working directory.

PropertyValue
dbpedia-owl:abstract
  • find (zu deutsch finde) ist der Name eines UNIX-Programms 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.
  • In Unix-like and some other operating systems, is a command-line utility that searches through one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file. The possible search criteria include a pattern to match against the file name or a time range to match against the modification time or access time of the file. By default, returns a list of all files below the current working directory. The related programs use a database of indexed files obtained through (updated at regular intervals, typically by 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, is not necessary nor desirable.
  • 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 è 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.
  • (ファインド)は主にUNIX系プラットフォームで利用できるディレクトリ検索プログラムである。ファイルシステムの1つ以上のディレクトリツリー上で検索を行い、ユーザーの指定した基準にマッチするファイルを探す。既定の動作としては現在のワーキングディレクトリ配下にある全ファイルをリストアップする。さらに はマッチした各ファイルに対して何らかのアクションを実行するよう指定できるため、大量のファイルを操作することができる非常に強力なプログラムであるといえる。正規表現によるマッチングもサポートしている。
  • 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.
  • — утилита поиска файлов, используемая в UNIX‐подобных операционных системах. Может производить поиск в одной или нескольких директориях с использованием критериев, заданных пользователем. По умолчанию, возвращает все файлы после текущего в рабочей директории. Более того, позволяет применять пользователю определённые действия ко всем найденным файлам. Также поддерживаются регулярные выражения.
  • 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, retourne tous les fichiers contenus dans l'arborescence du répertoire courant. permet aussi d'exécuter une action sur chaque fichier retrouvé, ce qui en fait un outil très puissant.
dbpedia-owl:wikiPageExternalLink
dcterms:subject
rdfs:comment
  • 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 è 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.
  • (ファインド)は主にUNIX系プラットフォームで利用できるディレクトリ検索プログラムである。ファイルシステムの1つ以上のディレクトリツリー上で検索を行い、ユーザーの指定した基準にマッチするファイルを探す。既定の動作としては現在のワーキングディレクトリ配下にある全ファイルをリストアップする。さらに はマッチした各ファイルに対して何らかのアクションを実行するよう指定できるため、大量のファイルを操作することができる非常に強力なプログラムであるといえる。正規表現によるマッチングもサポートしている。
  • 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.
  • — утилита поиска файлов, используемая в UNIX‐подобных операционных системах. Может производить поиск в одной или нескольких директориях с использованием критериев, заданных пользователем. По умолчанию, возвращает все файлы после текущего в рабочей директории. Более того, позволяет применять пользователю определённые действия ко всем найденным файлам. Также поддерживаются регулярные выражения.
  • find (zu deutsch finde) ist der Name eines UNIX-Programms 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.
  • In Unix-like and some other operating systems, is a command-line utility that searches through one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file. The possible search criteria include a pattern to match against the file name or a time range to match against the modification time or access time of the file. By default, returns a list of all files below the current working directory.
  • 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, retourne tous les fichiers contenus dans l'arborescence du répertoire courant. permet aussi d'exécuter une action sur chaque fichier retrouvé, ce qui en fait un outil très puissant.
rdfs:label
  • Find
  • Find
  • Find
  • Find (Unix)
  • Find
  • Find (Unix)
  • Find
  • Find
  • Find
  • Find
owl:sameAs
foaf:homepage
foaf:page
is dbpedia-owl:wikiPageDisambiguates of
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of