|
| From: | Frank Huang |
| Subject: | need help |
| Date: | Mon, 13 Nov 2006 14:30:23 +0800 |
Hi,
//1. file: text.file
a.c.dc
a.c
.ca.bc
//2. i want to grep the line contain .c , and .c is the tail of the
line .
How can I do ?
I know that "cat text.file | grep -F .c | grep c$" can't work
good.
BR!
Frank
| [Prev in Thread] | Current Thread | [Next in Thread] |