Bash – Commands and Tools

Unix bash aka. command line scripting is very powerful. The scripts (/tools/commands) are designed to be specific in focus and features and can be used to direct in- and output from one script to the other.

Tools:

  • stat: (file) information

Getting a files modification timestamp:

stat -c %Y <filename>