cmatthew / Lind-misc

Misc files for the Lind project
3 stars 3 forks source link

filesystem tools should accpet arguments on command line #5

Closed cmatthew closed 12 years ago

cmatthew commented 12 years ago

For bulk import, the easiest thing to do would just be something like

$ filesystem.py cp * .

But that means the tools needs to accept commands from the arguments as well as stdin.

Most tools specifiy if you pass a -, to use stdin for input. In this case, that means running in current mode would be

$ filesystem.py -

cmatthew commented 12 years ago

Fixed.