This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Pass a file to mogrify, but retain the timestamp to the nearest second. | |
# | |
# Amend the mogrify line below with the correct parameters. | |
# | |
# Parameters: | |
# The input file and nothing else. | |
# | |
# Return codes: |
OlderNewer