Forrest logo
tool overview
On this page you find all important commands for the CLI tool where. If the command you are looking for is missing please ask our AI.

where

List of commands for where:

  • where:tldr:0d7e4 where: Display the location of file pattern including file size and date.
    $ where /T ${file_pattern}
    try on your machine
    explain this command
  • where:tldr:36290 where: Find all instances of a command.
    $ where ${command}
    try on your machine
    explain this command
  • where:tldr:5c2f7 where: Silently return the error code for the location of the file pattern.
    $ where /Q ${file_pattern}
    try on your machine
    explain this command
  • where:tldr:77663 where: Recursively search for file pattern at specified path.
    $ where /R ${path\to\directory} ${file_pattern}
    try on your machine
    explain this command
tool overview