What is Nostr?
Zach Leatherman :11ty: /
npub12xm…4sx6
2024-06-14 16:02:30

Zach Leatherman :11ty: on Nostr: The vast official Windows terminal application landscape unfortunately complicates ...

The vast official Windows terminal application landscape unfortunately complicates basic tasks.

Want to educate folks on the basic command used to create a file on the command line? The instructions are different for Command Prompt, Terminal/Windows PowerShell, and PowerShell Core.

POSIX and PowerShell Core:
echo "# Header" > index.md

Command Prompt (no quotes):
echo # Header > index.md

Windows PowerShell (`>` defaults to UTF16):
echo "# Header" | out-file -encoding utf8 "index.md"
Author Public Key
npub12xmxkh2x3tse6n0wfllpnmzjp2pfcs2a2rk3q4nxhfesxy8kgads7c4sx6