[arch-general] grep

siefke_listen at web.de siefke_listen at web.de
Sun Oct 27 09:22:46 UTC 2019


On Mon, 14 Oct 2019 16:16:43 -0400
Aaron Laws via arch-general <arch-general at 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


More information about the arch-general mailing list