Hacker News new | ask | show | jobs
by akavel 3330 days ago
And CON, as Macha mentions in a sister comment. An idiom I remember from old times in DOS, for quickly writing some contents into a file - equivalent to `cat > myfile.txt` on Linux:

  COPY CON MYFILE.TXT
1 comments

You can also do

    type con > myfile.txt