Search results

  1. J

    `at` Not Working

    hi This command isn't getting executed, but no errors. What am i doing wrong? I'm hitting CTRL-D after entering the command. On arch: $ at now + 1 minutes warning: commands will be executed using /bin/sh at Wed Nov 13 09:48:00 2019 at> xset s activate at> <EOT> job 5 at Wed Nov 13 09:48:00...
  2. J

    How to Execute After Read?

    In zsh, If i press enter before the read is finished, then the last echo command gets executed. Great! read -t 10 && echo 'bye' But, if i DON'T press enter, then the final echo does NOT get executed. How can i ensure the final echo gets executed if i allow the read to finish? thx
Top