Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • I assume (please confirm) that the first line of code in your question is part of a script which expects a filename as the 2nd parameter and a date (in the format of DD-MM-YYYY?) as the 4th parameter? Commented Nov 17, 2018 at 12:51
  • Not exactly, the command i use is like this ./exec.sh -f <file> --born-since <DD/MM/YYYY>. Commented Nov 17, 2018 at 12:55
  • Please edit that incoming date format into the question, so answerers knows how to compare it. Thank you! Commented Nov 17, 2018 at 13:20
  • May I doubt that it works with the first date format either? Commented Nov 17, 2018 at 22:33