Afficher un message
Vieux 24/12/2007, 11h37   #6
Rakesh Sharma
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Command to extract saturdays and sundays


cal 01 2007 |
sed -e '
/[^0-9 ]/{
/[^a-zA-Z ]/b
}

:pad
s/^.\{1,19\}$/& /
tpad

s/^\(..\).*\(..\)$/\1 \2/
'




On Dec 22, 7:51 pm, apogeusiste...@gmail.com wrote:
> Hi:
>
> I´m looking for a command to show me all saturdays and sundays in a
> specified month. I create this command using awk, but awk change "cal"

  Réponse avec citation
 
Page generated in 0,04281 seconds with 9 queries