From 3320b47c91b668d929b040e7c8c56deaca14c574 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Mon, 23 May 2016 00:43:10 +0200 Subject: [PATCH] Makefile: added rrm. --- Makefile | 7 +++++-- README | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ae5b539..6158c99 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: blink/blink.1 histogram/histogram.1 upsidedown/upsidedown.1 tracefile/tracefile.1 timestamp/timestamp.1 rand/rand.1 goodpasswd/goodpasswd.1 +all: blink/blink.1 histogram/histogram.1 upsidedown/upsidedown.1 tracefile/tracefile.1 timestamp/timestamp.1 rand/rand.1 rrm/rrm.1 goodpasswd/goodpasswd.1 blink/blink.1: blink/blink pod2man blink/blink > blink/blink.1 @@ -12,6 +12,9 @@ histogram/histogram.1: histogram/histogram rand/rand.1: rand/rand pod2man rand/rand > rand/rand.1 +rrm/rrm.1: rrm/rrm + pod2man rrm/rrm > rrm/rrm.1 + timestamp/timestamp.1: timestamp/timestamp pod2man timestamp/timestamp > timestamp/timestamp.1 @@ -26,6 +29,6 @@ wssh/wssh.1: wssh/wssh install: mkdir -p /usr/local/bin - parallel eval ln -sf `pwd`/*/{} /usr/local/bin/{} ::: blink reniced em field forever neno rn stdout tracefile w4it-for-port-open upsidedown histogram goodpasswd mtrr not summer timestamp transpose wssh aptsearch rand + parallel eval ln -sf `pwd`/*/{} /usr/local/bin/{} ::: blink reniced em field forever neno rn stdout tracefile w4it-for-port-open upsidedown histogram goodpasswd mtrr not summer timestamp transpose wssh aptsearch rand rrm mkdir -p /usr/local/share/man/man1 parallel ln -sf `pwd`/{} /usr/local/share/man/man1/{/} ::: */*.1 diff --git a/README b/README index ed7a359..293ddc5 100644 --- a/README +++ b/README @@ -12,13 +12,17 @@ neno - No error no output. Only print STDERR and STDOUT if the command fails. rand - Generate (pseudo-)random data +rclean - Remove files with MD5 sums recorded by rrm (see below). + reniced - Renice all commands running more than 1 CPU minute unless they are niced or whitelisted. rn - Move file(s)/dir(s) to ~/.rm/ (wastebasket). +rrm - Record file's MD5 sum before removing it. + stdout - Redirect both STDERR and STDOUT to STDOUT. -tracefile - List files being accessed by program. +tracefile - List files/dirs being accessed by program. w4it-for-port-open - Block until the given port opens on a given host.