| > want to rename something? it's mv There is a rename command as well. But apart from the first time I tried to rename a file I've never had trouble remembering it. There is a good reason for it to, internally it is a move operation. > want to tell the time? it's date Is this different in powershell? Some quick googling indicates the Get-Date is the method you want and being .net based everything deals with DateTime objects. > why is the command to download something curl/wget? I find this easier to remember than Invoke-WebRequest, or is it Invoke-RestMethod? If they were so hard to remember that could be aliased to something similar, but I've never seen anyone bother. Edit - I mean I've never heard anyone going the other way and suggest doing "alias Invoke-WebRequest=\"curl\"" in bash. |