X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=93730f546007c9625bfaf111d277ba80bec232e3;hb=2d2403ef8f2627c7d478886b3101ed6da8a40e67;hp=3f27dd25c84e9c4ddfb44c0f677b5616ba13db09;hpb=c3c81973f94f6b4617a2271bbaeef01ecad502bb;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 3f27dd2..93730f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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,29 @@ Options:: remove files older than this number of days; this is a required option +rm.py +~~~~~ + +Remove files or directories. + +Usage:: + + rm.py [-r] name1 [name2...] + +Options:: + + -r, --recursive + recursively remove directories + +which.py +~~~~~~~~ + +Find a program in PATH and print full path to it. + +Usage:: + + which.py program + Indices and tables ==================