|
|
|
|
|
by shitloadofbooks
2776 days ago
|
|
PowerShell is an extremely nice, cross-platform option. Most people are discouraged by the overly long command names (get-childitem and the like), but there are 3 letter aliases (e.g gci) for a lot of the common ones and its really nice. |
|