#mv #coreutils #utilities

app rawmv

mv(1) but without cp(1) fallback. Simple wrapper of renameat2(2).

5 releases (3 stable)

1.0.2 Jul 4, 2023
1.0.1 Jun 11, 2023
0.2.0 Sep 20, 2022
0.1.0 Nov 4, 2021

#557 in Command-line interface

GPL-3.0-only

19KB
331 lines

rawmv

This project is archived now. coreutils >= 9.2 already covers this functionality with mv --no-copy.

mv(1) but without cp(1) fallback. Simple wrapper of renameat2(2).

The command line interface follows mv(1). Run it with --help for detail.

Dependencies

~2–11MB
~111K SLoC