Hacker News new | past | comments | ask | show | jobs | submit | Toniglandyl's comments login

Well, it's surprising. You can create those files from WSL, but you cannot create or delete them from Windows, that just make no sense. It's more like MS doesn't care to fix those issues. There is no DOS layer anymore in Windows 10 or 11.


Do you have a reference to as study that support your point ?


> and bash environments You mean zsh on mac, I think.

You may try Fedora, for me it just works (with an AMD graphic card), and Gnome is pretty usable, even ergonomics these days.


Well, any help they will get can help this propaganda, it's not a reason not to help.


You mean, the jewish president is a real Nazi ? Am I missing something ?


Well... if it's about complex scripting, you have Python or Perl whose are standard, well integrated, lightweight, powerfull and preinstalled on Linux.

If it's for a day to day usage as a shell, bash / fish / zsh... are more concise and faster.

The example given on the article :

# Get all file modified in the last 3 days

Get-ChildItem -Path path -Recurse | Where-Object {

  $_.LastWriteTime -gt (Get-Date).AddDays(-3) 
}

Is just:

find path -mtime 3

in bash ...

The object thing is nice, but using strings as output is universal.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: