Penguin
Diff: FileUtilities
EditPageHistoryDiffInfoLikePages

Differences between version 2 and predecessor to the previous major change of FileUtilities.

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

Newer page: version 2 Last edited on Wednesday, July 13, 2005 12:04:53 am by PerryLorier Revert
Older page: version 1 Last edited on Tuesday, June 4, 2002 11:33:22 am by perry Revert
@@ -1,4 +1,6 @@
+Commands that work on files or directories (as opposed to their content)  
+  
 * mv(1) 
 * cp(1) 
 * rm(1) 
 * mkdir(1) 
@@ -10,4 +12,7 @@
 * compress(1) 
 * gzip(1) 
 * bzip2(1) 
 * file(1) 
+  
+----  
+CategoryUtilities