A big part of my daily job is developing software for use on machines with different versions of the same software, like bash
, find
, and grep
. When encountering a feature which would be useful for example to simplify code, it is important to know whether this feature is available in the oldest installed tools. For critical stuff, it would also be useful to know whether this feature was new or has existed for years in the oldest …
coreutils ×1