SyntaxFix
Write A Post
Hire A Developer
Questions
Although the answer set is complete, I need to add another missing one.
for i in *_h.png; do name=`echo "$i" | cut -d'_' -f1` echo "Executing of name $name" mv "$i" "${name}_half.png" done