Closed cmatthew closed 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 -
Fixed.
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 -