X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=476a8a48208c7dc57ee3424a2db2cdf307b0476f;hb=a29e92233cdbed6237e01046c56a1d3d27ab195d;hp=2da73c2b951713ac8a5836ef3998d5af44c872c5;hpb=c6e98694274a9c3e09fa3192a5f247607081c1ae;p=ppu.git diff --git a/docs/index.rst b/docs/index.rst index 2da73c2..476a8a4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,30 @@ 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 + +which.py +~~~~~~~~ + +Find a program in PATH and print full path to it. + +Usage:: + + which.py program + Indices and tables ==================