Conversation

Notices

  1. I'm gonna make a cron script to e-mail myself upcoming assignments for next semester. No more schedule book :)

    Monday, 29-Dec-14 01:12:44 UTC from web
    1. @caret7 May I ask how exactly that would work?

      Monday, 29-Dec-14 20:13:42 UTC from web
      1. @twilisparkle45 Sure! I'll stow all the major assignment due dates into the program's directory, and it will use the 'sendmail' program to e-mail me whenever a due date approaches.

        Monday, 29-Dec-14 21:21:59 UTC from web
        1. @caret7 What kind of command would do that kind of searching (for dates in, say, a txt file)?

          Tuesday, 30-Dec-14 15:45:23 UTC from web
          1. @twilisparkle45 Each assignment has its own file, with due date on the first line and alert date on the second line. The dates are in seconds since the epoch. <3 sed http://pastebin.com/kJ7xJCP2

            Tuesday, 30-Dec-14 18:45:19 UTC from web