Search Results

9
votes
4answers
931 views

How to add file extensions based on file type on Linux/Unix?

This is a question regarding Unix shell scripting (any shell), but any other "standard" scripting language solution would also be appreciated: I have a directory full of files where the fil …
8
votes

Command-line Unix ASCII-based charting / plotting tool

Try gnuplot. It has very powerful graphing possibilities. It can output to your terminal in the following way: gnuplot& …