dir2 1.1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dir2 --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dir2 --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dir2&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dir2 --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dir2
v1.01
Syntax: dir2 --help help
List help topics
Syntax: dir2 --help TOPICS
Example:
dir --help sort
Syntax: dir2 DIR/WILD [OPT ..]
Example:
dir2 obj/*.dll -s
Syntax: dir2 [DIR] [WILD ..] [OPT ..]
Example:
dir2 bin -s *.exe *.dll --size-beyond=10m
Options:
| Shortcut | Option | Example or Info | Shortcut Example |
|---|---|---|---|
| -? | --help | --help sort | -? sort |
| --cfg-off | see --help cfg | ||
| --utf8 | see --help utf8 | ||
| --regex | |||
| --case-sensitive | |||
| --create-date | |||
| --relative | |||
| --count-comma | |||
| --size-beyond | --size-beyond=9k | ||
| --size-within | --size-within=10m | ||
| --date-beyond | --date-beyond=3h | ||
| --date-within | --date-within=9d | ||
| --no-ext | --no-ext=only | ||
| --hidden | --hidden=only | ||
| --size-format | --size-format=short | ||
| --count-width | --count-width=10 | ||
| --date-format | --date-format=MM.dd | ||
| --total | --total=only | ||
| --hide | --hide=date | ||
| -o, | --sort | --sort=size | -o date |
| --dir | --dir=sub | ||
| --sum | --sum=ext | ||
| -x, | --excl-file | --excl-file=*.dll,*.pdb | -x *.exe,*.dat |
| -X, | --excl-dir | --excl-dir=bin,obj | -X bin,obj |
##Other Shortcut:
| Shortcut | Stand for | Description |
|---|---|---|
| -s | --dir=sub | Recursively sub-directory |
| -f | --dir=off | List file only |
| -d | --dir=only | List dir only |
| -T | --dir=tree | List dir tree |
| -c | --case-sensitive | |
| -b | --total=off | List filename (with path) only |
| --hide=size,date,count | ||
| -t | --total=only | Display total line only |
Yung, Chun Kau
2021-10-16
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
First to NuGet