www/content/bengali/posts/rn.sh

5 lines
59 B
Bash

for file in *.md
do
mv "$file" "${file/.md/.bn.md}"
done