style
This commit is contained in:
@@ -1,16 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -z "$1" ]; then
|
[ -z "$1" ] && echo "usage: rotdir regex 2>&1" && exit 1
|
||||||
echo usage: rotdir regex 2>&1
|
|
||||||
exit 1;
|
|
||||||
fi
|
|
||||||
|
|
||||||
ed -s <<EOF
|
ed -s <<EOF
|
||||||
# Read in all files in the current dir
|
|
||||||
r !find "$PWD" -maxdepth 1
|
r !find "$PWD" -maxdepth 1
|
||||||
# Search all lines for regex, move to top
|
|
||||||
g/$1/m0
|
g/$1/m0
|
||||||
# Print all lines
|
|
||||||
,p
|
,p
|
||||||
# Force quit
|
|
||||||
Q
|
Q
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user