What is Nostr?
deimos
npub184y…ye7p
2024-11-06 23:39:57
in reply to nevent1q…9g0c

deimos on Nostr: I think I would do something like this: for file in *.mdbuild; do newname=$(echo ...

I think I would do something like this:

for file in *.mdbuild; do
newname=$(echo "$file" | sed 's/\.mdbuild$/.html/')
mv "$file" "$newname"
done


Edit as needed for dir paths, etc.
Author Public Key
npub184yglnjrksaxc09k94tajhveaz3hzzhtqxzeyc4ckrkmmg4tttzsj9ye7p