On Tue, Feb 18, 2025 at 04:39:55AM +0000, adithya.balaku...@toshiba-tsip.com wrote: > On Sat, 15 Feb 2025 14:18:11 +0200 Anton Zinoviev <an...@lml.bas.bg> wrote: > > > > The solution seem ok. However, I might be overlooking something but it > > seems to me that the commands > > > > + filename=$(echo $f | sed 's/\..*//') > > + dest_filename=$filename.fixed > > > > do not generate an immutable file name. > > Right now all temp files are created as "tmpkbd.XXXXXX"
Ah, I didn't realize that the random part is after the dot and so removed. Anton Zinoviev