Differences between version 3 and predecessor to the previous major change of FileUtilities.
Other diffs: Previous 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 1 | Last edited on Tuesday, June 4, 2002 11:33:22 am | by perry | Revert |
@@ -1,13 +1,18 @@
-*
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)
+Commands that work on files or directories (as opposed to their content)
+
+;
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