diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-07-29 20:37:16 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-07-29 20:37:16 +0000 |
commit | 67cfd5f29688f21cb93e1c1d2ed5d4f526a3500c (patch) | |
tree | 8594e2a3a4e9ccbe547f1c5724308878e57a7616 | |
parent | 226ceb2fedff6563773e0abe1a6f3d98481e899f (diff) |
Made mcp and mmv handle spaces better.
-rwxr-xr-x | mcp | 3 | ||||
-rwxr-xr-x | mmv | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/sh +IFS=' +' + if [ -z "$3" ] ; then echo usage: $0 from to file_list exit 1 @@ -1,5 +1,8 @@ #!/bin/sh +IFS=' +' + if [ -z "$3" ] ; then echo usage: $0 from to file_list exit 1 |