On 10/12/03 18:00 +0530, Dr. Sharukh K. R. Pavri. wrote:
> I have a text file in the format 
> 
> Full name     [EMAIL PROTECTED]
perl -e 'while(<>) { @names = split /\s+/; foreach (@names) { print "$_ " if ! /\@/)}; 
print "\n" } ' < file.

Devdas Bhagat

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to