cat on Mac OS X never exits
Posted
by Yakattak
on Super User
See other posts from Super User
or by Yakattak
Published on 2010-06-02T11:10:53Z
Indexed on
2010/06/02
11:14 UTC
Read the original article
Hit count: 312
I'm a bit of a UNIX noob, but I'm trying to run the cat command to make a simple text file and it works great, however cat is never exited after making the file. For instance, I type cat > ~/mytextfile.txt and hit enter, the file is created but my cursor remains on a blank line.
© Super User or respective owner