|
|
|
|
|
by kaba0
1153 days ago
|
|
Often mentioned failing of powershell commands is that they went with Verb-Noun, when the reverse would have been much more discoverable. You want to specify what you want to operate on first, Get-<Tab> will be much less useful then Process-<Tab>. Otherwise, despite their length I do like these long names, you can have aliases for ‘ls’ and alia, and flags fuzzy match. |
|