summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/rotdir
blob: c04666db9007449c36e56163c7c59d265cc26ed1 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
[ -z "$1" ] && echo "usage: rotdir regex 2>&1" && exit 1
ed -s <<EOF
r !find "$PWD" -maxdepth 1
g/$1/m0
,p
Q
EOF