Penguin

Differences between version 3 and previous revision of DotFile.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, November 27, 2004 12:40:08 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Sunday, September 7, 2003 10:31:38 am by AristotlePagaltzis Revert
@@ -1,3 +1,3 @@
-This term is a wonderful demonstration of Unix at large being an organically grown system that was shaped and molded as its users' habits built upon each other. It is the colloquial name for a file that stores some of a user's settings or preferences for a specific application or a class thereof. The name derives from the fact that they're commonly stored in a file or directory whose name starts with a dot, located under the user's home directory. This became a convention because of the larger convention that filenames starting with a dot be treated as hidden, although there's nothing actually special about them. This was originally a simple heuristic to avoid having the special __ .__ and __ ..__ directories show up in every file listing. 
+This term is a wonderful demonstration of Unix at large being an organically grown system that was shaped and molded as its users' habits built upon each other. It is the colloquial name for a file that stores some of a user's settings or preferences for a specific application or a class thereof. The name derives from the fact that they're commonly stored in a file or directory whose name starts with a dot, located under the user's home directory. This became a convention because of the larger convention that filenames starting with a dot be treated as hidden, although there's nothing actually special about them. This was originally a simple heuristic to avoid having the special <tt> .</tt> and <tt> ..</tt> directories show up in every file listing. 
  
-Examples of [ DotFile] s can be seen in SampleConfigFiles. 
+Examples of DotFile~ s can be seen in SampleConfigFiles.