enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. find (Unix) - Wikipedia

    en.wikipedia.org/wiki/Find_(Unix)

    The possible search criteria include a pattern to match against the filename or a time range to match against the modification time or access time of the file. By default, find returns a list of all files below the current working directory, although users can limit the search to any desired maximum number of levels under the starting directory.

  3. locate (Unix) - Wikipedia

    en.wikipedia.org/wiki/Locate_(Unix)

    locate is a Unix utility which serves to find files on filesystems. It searches through a prebuilt database of files generated by the updatedb command or by a daemon and compressed using incremental encoding. It operates significantly faster than find, but requires regular updating of the database.

  4. Hidden file and hidden directory - Wikipedia

    en.wikipedia.org/wiki/Hidden_file_and_hidden...

    In Unix-like operating systems, any file or folder that starts with a dot character (for example, /home/user/.config), commonly called a dot file or dotfile, is to be treated as hidden – that is, the ls command does not display them unless the -a or -A flags (ls -a or ls -A) are used. [5]

  5. Filename - Wikipedia

    en.wikipedia.org/wiki/Filename

    A filename or file name is a name used to uniquely identify a computer file in a file system. Different file systems impose different restrictions on filename lengths ...

  6. List of filename extensions (A–E) - Wikipedia

    en.wikipedia.org/wiki/List_of_filename_extensions...

    Debian Linux and derivatives: DEM digital elevation model (DEM) including GTOPO30 and USGSDEM. GTOPO30 is a distribution format for a global digital elevation model (DEM) with 30-arc-second grid spacing. [71] USGSDEM is the standard format for the distribution of terrain elevation data for the United States. [72] DGN: CAD Drawing

  7. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    Strips non-directory suffix from file name du: Shows disk usage on file systems echo: Displays a specified line of text env: Displays and modifies environment variables: expr: Evaluates expressions factor: Factors numbers: false: Does nothing, but exits unsuccessfully groups: Prints the groups of which the user is a member hostid

  8. lsof - Wikipedia

    en.wikipedia.org/wiki/Lsof

    lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files and the processes that opened them. This open source utility was developed and supported by Victor A. Abell, the retired Associate Director of the Purdue University Computing Center.

  9. file (command) - Wikipedia

    en.wikipedia.org/wiki/File_(command)

    Linux [6] and BSD [7] systems behave differently with this option and instead output an Internet media type ("MIME type") identifying the recognized file format. Other Unix and Unix-like operating systems may add extra options than these. Ian Darwin's implementation adds -s 'special files', -k 'keep-going' or -r 'raw' (examples below), among ...