Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working command line arguments fail in shell script
#8
(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).
Reply


Messages In This Thread
RE: Working command line arguments fail in shell script - by TimorousMe - 03-23-2021, 03:19 PM

Forum Jump: