• 2 Posts
  • 304 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle


  • Barely any. Just Poland (my country), Czechia, Slovakia and technically Austria (for few hours).

    I definitely want to go to Baltics (Lithuania/Latvia/Estonia), Belarus, Ukraine, Hungary and Austria in the relatively near future, but I haven’t even explored my country that much, so it’s also on my bucket list.

    The biggest problem is that I don’t really have anyone to travel with, so for most of my life I just didn’t do that, and only recently (couple of years ago) I have started to do it, but still very rarely.




  • In PowerShell most common cmdlets for basic operations have aliases by default. And funnily enough you can use both Windows (cmd.exe) and Unix shell names for these. (copy vs cp, del vs rm, etc.)

    AFAIK The cmdlets that you use only by Verb-Noun convention are mostly used in scripts, or in some administration tasks.

    I also think that some poeple miss the point of PowerShell, as it’s not supposed to be worked with like with Unix shells, since it’s more object-oriented than string-oriented.