![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find files with specific date and time | itik | AIX | 3 | 01-18-2008 10:21 AM |
| To copy the files newer than specific date | RAJESHKANNA | SUN Solaris | 3 | 08-07-2007 12:44 AM |
| How to list files with specific created date | Draculla | Filesystems, Disks and Memory | 2 | 05-03-2007 08:45 PM |
| List files created between specific date and time | jazjit | Shell Programming and Scripting | 3 | 04-26-2007 10:19 PM |
| List files with a specific date... | B14speedfreak | SUN Solaris | 4 | 06-15-2006 05:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I have problem with my script grep error /var/adm/message* | grep $1 $2 > /tmp/error-adm$1$2 actually, i want to make the admin enter specific date like "Mar 10" how i can do that Thank you Ahmad |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
how about
grep error /var/adm/message* | grep "$1 $2" > /tmp/error-adm$1$2 |
|||
| Google The UNIX and Linux Forums |