03-23-2021, 03:19 PM
(03-23-2021, 02:36 AM)TimorousMe Wrote:(03-23-2021, 12:46 AM)Ofnuts Wrote: The big number is the file time stamp of the executable in Unix time (seconds since 1970-01-01 00:00:00 UTC). Your timestamp indicates you installed Gimp around Jan 25th, 2021.
What is your Gimp alias exactly?
alias gimp="/Applications/GIMP-2.10.app/Contents/MacOS/gimp"
I have it stored in a file called ".bash_profile" in the folder /Users/TimB
To clarify though, I don't rely on the alias when using my shell script, because the shell script does not run the alias. Instead I directly run the executable that the alias points to. I only use the alias at the command line (outside of the shell script).