27 Oct
2019
27 Oct
'19
9:22 a.m.
On Mon, 14 Oct 2019 16:16:43 -0400 Aaron Laws via arch-general <arch-general@archlinux.org> wrote:
for file in content/en/blog/*.md; do basefile=$(basename "$file" .md) if [[ ! -e content/de/blog/"$basefile" ]]; then echo "German is missing $basefile"; fi; done;
Is it possible this do with date? As Comparison with dates. Silvio