|
|
|
|
|
by Kuinox
1978 days ago
|
|
PS C:\Users\Kuinox> pwd
Path
----
C:\Users\Kuinox
PS C:\Users\Kuinox> ls
Directory: C:\Users\Kuinox
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2020-11-30 15:39 .android
[private info redacted]
PS C:\Users\Kuinox> Get-Alias cp
CommandType Name Version Source
----------- ---- ------- ------
Alias cp -> Copy-Item
Every command you listed are default alias in ps. |
|
No, ls and cp are not aliases on Linux; the aliases which clashed too much with existing Linux commands were removed in PowerShell core, they only still exist on Windows.