Coreutils for Windows
21–30 of 260 posts
Re: Coreutils for Windows
#22It’s annoying enough to support the differences between BSD and Linux, and now Linux has GNU and uutils, and now we’re gonna need Windows variant of uutils…ugh.
Re: Coreutils for Windows
#23Nice. I appreciate the effort to make things less painful for powerusers. I had noticed some of these working already in PS. If anyone from MS is reading this can we please also get an equivalents (or even alias) for the thing that shows IP address? The windows equivalent of "ip a" is some convoluted PS command that I can never remember
> gip
You could also make your own alias if you specifically want to type "ip a" just add a powershell function to your $PROFILE. function ip { param($argument)...." etc. have it call Get-NetIPAddress, else fallback to ipconfig.
Re: Coreutils for Windows
#24So dir is not shipped due to conflict with built-ins, echo and rmdir are shipped despite conflicts, and sort is deemed not to have a conflict? What is the logic?
Otherwise just don't do it, if it is going to be a mess to work with.
Re: Coreutils for Windows
#25Re: Coreutils for Windows
#26they should give up on the backwards slash.
Re: Coreutils for Windows
#27Earlier quoted context omitted.
From shred man: The shred command relies on a crucial assumption: that the file system and hardware overwrite data in place. ... many modern file system designs do not satisfy this assumption. Exceptions include: ... Log-structured or journaled file systems, such as. ... NTFS.
I think SSDs also randomize where data ends up? But I'm not sure if that's true for existing files too.
Re: Coreutils for Windows
#28Re: Coreutils for Windows
#29Re: Coreutils for Windows
#30In powershell everything is much better than cmd, but it's just not enough.
WSL is generally great, but there are annoying downsides. I often get "catastrophic" crashes and the zone identifier files drive me nuts. Plus it takes so much longer to start VSCode when connecting with WSL, and now you've got two file systems. WSL1 was in many ways better than WSL2 for these reasons.