Penguin
Diff: FileUtilities
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of FileUtilities.

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

Newer page: version 3 Last edited on Wednesday, July 13, 2005 12:23:11 am by PerryLorier Revert
Older page: version 2 Last edited on Wednesday, July 13, 2005 12:04:53 am by PerryLorier Revert
@@ -1,18 +1,18 @@
 Commands that work on files or directories (as opposed to their content) 
  
-* mv(1)  
-* cp(1)  
-* rm(1)  
-* mkdir(1)  
-* rmdir(1)  
-* tar(1)  
-* cpio(1)  
-* zip(1)  
-* unzip(1)  
-* compress(1)  
-* gzip(1)  
-* bzip2(1)  
-* file(1) 
+; mv(1):Move (or rename )  
+; cp(1):Copy  
+; rm(1):Remove (delete/erase )  
+; mkdir(1):Make a new directory  
+; rmdir(1):Remove an empty directory  
+; tar(1):Create/extract a tape archive of files  
+; cpio(1):Create/extract a cpio archive of files  
+; zip(1):Create a zip archive of file  
+; unzip(1):Extract a zip archive  
+; compress(1):Compress a file  
+; gzip(1):Compress a file  
+; bzip2(1):Compress a file  
+; file(1):Determine the type of a file  
  
 ---- 
 CategoryUtilities