Re: grep

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux