X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=014ff629f9241aa62379539fd3b10ee646ffce4e;hb=b6804601cdf52546c13a0c0dde0f6c22f9c7d82a;hp=4605aaa1e8a1fba8488542ed89aee2b0b4768eca;hpb=e833f2fdc5164b9a9403baa2ee10cae2003cec88;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 4605aaa..014ff62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,11 +48,29 @@ Options:: rm.py ~~~~~ -Remove files. +Remove files or directories. Ask interactively to remove read-only files or +directories. Usage:: - rm.py file1 [file2...] + rm.py [-r] name1 [name2...] + +Options:: + + -r, --recursive + recursively remove directories + -f', --force + force (ignore non-existing files and errors) + + +which.py +~~~~~~~~ + +Find a program in PATH and print full path to it. + +Usage:: + + which.py program Indices and tables ==================