Get File MIME Type from Command Line

added by JavaScript Kicks
2/28/2019 12:30:25 PM

534 Views

I've gotten skilled at shell scripting over the years. I love a good GUI but knowing how to automate makes you a much more powerful engineer. Much of my scripting requires recursing over directories and processing a file if it meets a given criteria, which is often file extension or MIME type.


0 comments