16 Jan
2023
16 Jan
'23
17:22
On 16.01.2023 16:14, Per Jessen wrote:
Simon Becherer wrote:
is there a easy way to do this (without writing a script)?
I think it would be faster writing the 3-line script :-)
You do not even need 3 lines ... for i in *.mi; do echo mv "$i" "${i/_?????????/}"; done