How would you finish your script with an exit code of 42?

How would you finish your script with an exit code of 42?Category: Linux EssentialsHow would you finish your script with an exit code of 42?
Linux Questions Staff asked 1 year ago

How would you finish your script with an exit code of 42?

  • return 42
  • $?=42
  • CODE=42
  • exit 42
  • break 42

About the author