Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下文件(上图),它似乎是一个 Unix 管道 替代文本 http://dl.getdropbox.com/u/175564/problemFile.png
如何使管道成为默认文本文件?
除非还有其他没有提到的并发症,最简单的就是使用大锤:
$ rm outside $ touch outside
如果当前有进程正在使用该文件,则需要先终止该进程,然后重新启动它以使用新文件。否则,管道将保持打开但不可见,直到进程最终终止。
如何使管道成为默认文本文件,以使第一个字母变为 d?
'd' 的第一个字符表示该条目是一个目录,而不是普通文件。