X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=014ff629f9241aa62379539fd3b10ee646ffce4e;hb=b6804601cdf52546c13a0c0dde0f6c22f9c7d82a;hp=2da73c2b951713ac8a5836ef3998d5af44c872c5;hpb=c6e98694274a9c3e09fa3192a5f247607081c1ae;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 2da73c2..014ff62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,33 @@ Options:: remove files older than this number of days; this is a required option +rm.py +~~~~~ + +Remove files or directories. Ask interactively to remove read-only files or +directories. + +Usage:: + + 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 ==================