bmv

Batch file moving utilities
git clone git://jacobedwards.org/bmv
Log | Files | Refs | README

README (561B)


      1 This is the bmv ("Batch Move") project.
      2 
      3 bmv ("Batch Move") is a program which takes two lists of names
      4 delimited by lines and moves each name from the first list to it's
      5 corresponding name in the second list.  The program provides an
      6 option to separate names by nul bytes so as to fully support any
      7 valid filename the system does.
      8 
      9 pmv ("Pipe Move") is another program included in the project. It
     10 takes only a single list and uses it along with a filter to produce
     11 a second list, providing both to bmv.
     12 
     13 See the bmv(1) and pmv(1) manuals for more information.