enable moving files
This commit is contained in:
parent
588bc90008
commit
18abdbd0d8
@ -182,7 +182,7 @@ for year_dir in "$base_dir"/*/; do
|
||||
target_directory=$(echo "$line" | cut -d' ' -f4-)
|
||||
target_path="$base_dir/$target_directory"
|
||||
echo "$target_path"
|
||||
# mkdir -p "$target_path" && mv "$photo" "$target_path/"
|
||||
mkdir -p "$target_path" && mv "$photo" "$target_path/"
|
||||
fi
|
||||
done <"$temp_file"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user