Hacker News new | ask | show | jobs
by gnosek 1041 days ago
> Also, side note, the “copy con outputfilename.txt” idiom is one that I still can’t ever remember how to do the equivalent on UNIX/Linux!

cat > outputfilename.txt

1 comments

But it's not CTRL-Z to end, right? That's the part I forget every time :D