-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zmv


> Move or rename files matching a specified extended glob pattern.

> See also `zcp` and `zln`.

More information.


Move files using a regular expression-like pattern:

zmv '{(*).log}' '{$1.txt}'

Preview the result of a move, without making any actual changes:

zmv -n '{(*).log}' '{$1.txt}'

Interactively move files, with a prompt before every change:

zmv -i '{(*).log}' '{$1.txt}'

Verbosely print each action as it's being executed:

zmv -v '{(*).log}' '{$1.txt}'


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:59:08 2024