wardi / speedometer

Chart network TX/RX and file download rates on the console
http://excess.org/speedometer/
GNU Lesser General Public License v2.1
217 stars 53 forks source link

support glob files in command line #5

Open arthurzenika opened 11 years ago

arthurzenika commented 11 years ago

It would be nice to be able to use globs when calling speedometer.

For example in a directory I have : file1 file2 file3 otherfile1 otherfile2

I'd like to be able to do speedometer -f file* instead of speedometer file1 -f file2 -f file2

Added feature would be to split with -c according to the number of files to form a grid.