Plasma GitLab Archive
Projects Blog Knowledge

#! /bin/sh

dir="$1"

if [ -z "$dir" ]; then
	echo "usage: deldir <dir>" >&2
	exit 2
fi

args="-namenode office3:2730 -cluster test"

./clients/plasma list $args "$dir" -1 |
    sed -e "s:^:$dir/\\0:"  | 
    xargs  ./clients/plasma delete $args

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml