rem’s avatarrem’s Twitter Archive—№ 67,549

    1. Unix pros: if I manually handle ctrl-c in my code, should I exit with 1 or 130? (based on this tldp.org/LDP/abs/html/exitcodes.html)
  1. …in reply to @rem
    Huh. A quick validation check: cat + ctrl-c, then echo $? # 130. I guess 130 is good!