.
This commit is contained in:
commit
aae369b9c8
9 changed files with 334 additions and 0 deletions
23
pipeshare-clean.1
Normal file
23
pipeshare-clean.1
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.TH pipeshare 1
|
||||
.SH NAME
|
||||
pipeshare-clean \- remove old files
|
||||
.SH SYNOPSIS
|
||||
pipeshare-clean [-C dir]
|
||||
.SH OPTIONS
|
||||
\-C dir
|
||||
chdir into dir at startup
|
||||
.SH DESCRIPTION
|
||||
if \-C is given, pipeshare-clean cd's into the specified
|
||||
directory.
|
||||
It then walks through all files that do not have a file
|
||||
extension(i.e. do not contain a dot in their name) and for
|
||||
each whose last chagne is older than 14 days, prompts the
|
||||
user whether to delete it or not. If it is marked for
|
||||
deletion, the file along with any other file starting with
|
||||
the same prefix(id) are deleted.
|
||||
.PP
|
||||
The confirmation prompt is used to avoid accidental deletion
|
||||
of files when pipeshare-clean is used from the wrong working
|
||||
directory.
|
||||
.SH "SEE ALSO"
|
||||
pipeshare(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue