diff options
Diffstat (limited to 'home/xyz/.local/bin/mvt')
-rwxr-xr-x | home/xyz/.local/bin/mvt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mvt b/home/xyz/.local/bin/mvt index 318edf69..716c0eaa 100755 --- a/home/xyz/.local/bin/mvt +++ b/home/xyz/.local/bin/mvt @@ -1,5 +1,6 @@ #!/bin/sh # emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant +# example: mvt ./dir/ -i -- file1 file2 dist="$1" shift |