However, you can always shorten parameter names as long as they remain unambiguous with other parameters, so
Get-ChildItem -Recurse -Include foo
ls -r -i foo
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.