can anyone show me a bash test to put before mv that will tell whether mv will do a simple rename or a copy and delete? for example for mv into a --bind mount, df reports both locations as within the same
fs, yet mv will copy and delete. the best test I can think of would create a file, mv and see what happens. can anyone concoct an accurate test that doesn't need to create a test file? (or perhaps reveal an mv alternative..)<br>