|
|
|
|
|
by majkinetor
1659 days ago
|
|
Exactly. Not only use of cmdlet aliases make shorter syntax but also: - Shortening parameter names to unique prefix - Use of parameter aliases - Use of automatic pipeline property binder In my experience achieving the same or shorter one-liners for the same task as with bash is typical. |
|