
dir
List of commands for dir:
-
dir:tldr:4e4aa dir: List files including their author (`-l` is required).$ dir -l --authortry on your machineexplain this command
-
dir:tldr:73600 dir: Show the contents of the current directory.$ dirtry on your machineexplain this command
-
dir:tldr:82650 dir: List files excluding those that match a specified blob pattern.$ dir --hide=${pattern}try on your machineexplain this command
-
dir:tldr:a01c0 dir: Show the contents of the current directory, including hidden ones.$ dir /Atry on your machineexplain this command
-
dir:tldr:b7c68 dir: List subdirectories recursively.$ dir --recursivetry on your machineexplain this command
-
dir:tldr:c9d93 dir: Show the contents of a given directory.$ dir ${path\to\directory}try on your machineexplain this command
-
dir:tldr:e79ff dir: Show the contents of a given directory, including hidden ones.$ dir ${path\to\directory} /Atry on your machineexplain this command