-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SC2224
mv "$file $dir"mv "$file" "$dir"ShellCheck found an mv command with a single parameter. This may be because the source and destination was accidentally merged into a single argument, or because the line was broken in an invalid way.
Fix the mv statement by correctly specifying both source and destination.
None
cmd <<<