A simple command to change filename. It’s not recursive, it’s quite fast and simple.
for f in *\ *; do mv "$f" "${f// /_}"; done
A simple command to change filename. It’s not recursive, it’s quite fast and simple.
for f in *\ *; do mv "$f" "${f// /_}"; done
Copyright © 2025, FoxNet Portal. Proudly powered by WordPress. Blackoot design by Iceable Themes.