Forrest logo
back to context overview

where

List of commands for where:

  • where:ai:88efc What is the equivalent of which ?
    $ where
    try on your machine
    explain this command
  • 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
back to context overview