|
|
|
|
|
by perarneng
62 days ago
|
|
I was forced to use Windows Server for an assignment and I like to learn new languages and PowerShell seemed interesting even though it's really ugly. It's much nicer to work with than Bash since everything is an object instead of having to do complex string magic. I can really recommend people trying it at least.
Nushell is similar and probably what you would go for on linux, just played with it a bit and I liked it as well. |
|
So if you iterate over files for example, you can get the modification date as an actual DateTime property and not some string that might contain a date in some locale that you potentially have to parse then.