Can't change the channel like a regular file
I have the following file (above) which appears to be the Unix channel alt text http://dl.getdropbox.com/u/175564/problemFile.png
How can you make the channel the default text file ?
0
a source to share
2 answers
Unless there was another complication not mentioned, the simplest is to use a large hammer:
$ rm outside $ touch outside
If a file is currently in use, you need to destroy it first and then restart it for it to use the new file. Otherwise, the pipe will remain open but invisible until the process finally dies.
+2
a source to share