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

Re: Planificaciones con cron



Perdón, sería con grep -q:

#!/bin/sh
hoy=`date +%Y-%-%d`
if grep -q $hoy tabla.txt; then
  echo Hoy toca
fi



Reply to: