Question

I have the following file (above) which seems to be an Unix pipe alt text http://dl.getdropbox.com/u/175564/problemFile.png

How can you make the pipe a default text file?

Was it helpful?

Solution

Unless there is some other complication that hasn't been mentioned, the easiest is to use the big hammer:

$ rm outside
$ touch outside

If there is a process currently using the file, you will need to kill the process first, then restart it so it uses the new file. Otherwise, the pipe will stay open but invisible until the process finally dies.

OTHER TIPS

How can you make the pipe a default text file, such that the first letter changes to d?

The first character of 'd' means that that entry is a directory - not a normal file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top