On Sat, 21 Apr 2001 12:07:12 -0500, you wrote:

>write a script called lookup. when run, lookup should find the matching 
>entries from a file called .addr_book and display the entry.
>example   lookup john doe
>output    john doe Phone:888-8888

#!/bin/sh
grep "$*" ~/.addr_book|sort

-- 
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to