On Sun, Sep 30, 2018 at 04:33:14PM -0700, L A Walsh wrote: > On 9/25/2018 3:47 AM, Karel Zak wrote: > > The commands mount and umount > --- > I note that umount has a static option umount.static, but I don't see > the same for mount (i.e. mount.static). $ ./configure --enable-static-programs=mount,umount $ make mount.static umount.static works for me: $ ./mount.static -V; ./umount.static -V mount.static from util-linux 2.33-rc1 (libmount 2.33.0: btrfs, assert, debug) umount.static from util-linux 2.33-rc1 (libmount 2.33.0: btrfs, assert, debug) $ ldd mount.static umount.static mount.static: not a dynamic executable umount.static: not a dynamic executable > How does rename compare with 'mmv'? I note that in the manpage "SEE ALSO" > section, 'mv' is listed, (not quite sure why?), but not a more related tool > like 'mmv'. $ mmv bash: mmv: command not found... Similar command is: 'mv' Not sure about another distros, but on Fedora is not installed by default. We have rename(1) in util-linux since v2.10 (year 1999/2000) and according to http://www.guckes.net/mmv/ mmv is from the same year :-) Not sure if mmv is still maintained. The functionality is probably the same. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com