diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-04 04:09:33 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-04 04:09:33 -0700 |
commit | 1b1b199e0fcb5db16b16170a9d6f31800942d820 (patch) | |
tree | 77cdd55dcc82f5a889dfb14c89f1dde013ad717d /home/xyz | |
parent | fe2405ddfc21603b156daa8ab052344f5f40fc73 (diff) |
refactor
Diffstat (limited to 'home/xyz')
-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 |