add support for both gnu or bsd stat
jamestomasino opened this issue · 1 comments
jamestomasino commented
The implementation of each stat command is completely unique. Find a way to test for gnu and fall-back on bsd like we're doing for getopt.
jamestomasino commented
Fixed!
Added a function to test for versions of coreutils. So far it handles stat. Will eventually add support for sed & more.