Btw did anyone noticed that in windows 10 you can resize cmd.exe to more than 80 characters width! When I first saw it I almost cried.
I've been able to do that in versions of Windows going back as far as I can remember.
Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
31–40 of 350 posts
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#32So basically instead of doing dir C:\ I have to learn to type List-Directory-With-Files Drive=C Folder=/ (made up example, but you get the point)
Both DIR and LS do list directories in PowerShell. But all parameters on DIR and LS seem to result in errors, even "dir /h", "dir /?", "dir -h", "dir --help", etc. That is a bit annoying.
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#33Btw did anyone noticed that in windows 10 you can resize cmd.exe to more than 80 characters width! When I first saw it I almost cried.
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#34Just another reason to stay away from Windows as a platform. Windows 10 is a moving target if you are trying to work with it.
There is no reason to be dramatic.
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#35 Remove-Item Alias:cat
Remove-Item Alias:cp
Remove-Item Alias:curl
Remove-Item Alias:echo
Remove-Item Alias:ls
Remove-Item Alias:man
Remove-Item Alias:mv
Remove-Item Alias:pwd
Remove-Item Alias:rm
Remove-Item Alias:wgetRe: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#36Just another reason to stay away from Windows as a platform. Windows 10 is a moving target if you are trying to work with it.
How is that any different from Linux distributions camping their default shell? Like back when debian changed their default shell to dash I don't remember anyone saying you should stay away from debian, even though it broke a lot of existing scripts.
Scripts that used #!/bin/bash still worked, scripts that actually used only sh syntax and #!/bin/sh still worked.
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#37Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#38Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#39So basically instead of doing dir C:\ I have to learn to type List-Directory-With-Files Drive=C Folder=/ (made up example, but you get the point)
Re: Microsoft Replaces Command Prompt with PowerShell in Latest Windows 10 Build
#40Btw did anyone noticed that in windows 10 you can resize cmd.exe to more than 80 characters width! When I first saw it I almost cried.
(On older versions of Windows, ConEmu[1] does that, too, but it's third-party software, of course. It also supports tabs!)