Search Results

Search: Posts Made By: ghostdog74
4,093
Posted By ghostdog74
#!/bin/sh s="2007 12 31" year=`echo $s | cut...
#!/bin/sh
s="2007 12 31"
year=`echo $s | cut -d" " -f1`
mon=`echo $s | cut -d" " -f2`
day=`echo $s | cut -d" " -f3`
cal $2 $1 | awk 'BEGIN{
d["Su"]="Sun"
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy