diff options
Diffstat (limited to 'rmw')
| -rwxr-xr-x | rmw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# Remove whitespaces in all the files in a given directory +# Remove whitespaces in all filenames in a given directory if [ "$#" -gt 1 ]; then echo "Usage: rmw <dir>" >&2 |
