file attributes

How to retrieve file attributes in a sh/bash script (modification time, access time, size, etc.)?

Linux has the stat utility: try

stat --help

for more information