]> git.phdru.name Git - ppu.git/blobdiff - docs/index.rst
Version 0.4.0: Add script which.py
[ppu.git] / docs / index.rst
index 3f27dd25c84e9c4ddfb44c0f677b5616ba13db09..645a859a83c62ceaf15391a00fa367e194671671 100644 (file)
@@ -18,6 +18,15 @@ Portable Python Utilities
 Command line
 ------------
 
+cmp.py
+~~~~~~
+
+Compare two files.
+
+Usage::
+
+    cmp.py file1 file2
+
 remove-old-files.py
 ~~~~~~~~~~~~~~~~~~~
 
@@ -36,6 +45,24 @@ Options::
                            remove files older than this number of days;
                            this is a required option
 
+rm.py
+~~~~~
+
+Remove files.
+
+Usage::
+
+    rm.py file1 [file2...]
+
+which.py
+~~~~~~~~
+
+Find a program in PATH and print full path to it.
+
+Usage::
+
+    which.py program
+
 Indices and tables
 ==================