-- Leo's gemini proxy

-- Connecting to nuacht.flounder.online:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

remove spaces from filenames

in bash with


for f in *\ *; do mv "$f" "${f// /_}"; done

The above operates on all files in a directory.

-- Response ended

-- Page fetched on Tue May 21 16:23:27 2024