memory heap
365 subscribers
2.51K photos
512 videos
52 files
3.1K links
science ∩ art = wonder

all memory blocks here are allocated by @a_v_p

GitHub: https://github.com/artyom-poptsov
Mastodon: https://fosstodon.org/@avp

https://memory-heap.org/~avp/
Download Telegram
Массовое переименование GIF-файлов в текущем каталоге через find для добавления префикса каждому файлу:
$ find . -name "*.gif" -exec sh -c 'x="{}"; mv "$x" prefix-$(basename "$x")' \;


[Источник]

#linux #console