|
|
|
|
|
by sterlind
1980 days ago
|
|
Fwiw, those aliases you mention all exist. I always do "ls" and "cd" for example. But what really annoys me is that there's no aliases for arguments. So "find . -name foo" becomes "ls -Recurse -Include foo" which makes my carpal tunnel just a little worse. It's a shame because the rest of Powershell is so good. |
|
However, you can always shorten parameter names as long as they remain unambiguous with other parameters, so
would become which just happens to be shorter than your 'find' example.