Eric Walker said:
> if the 'mayank' is in a text file, then
> cat file | sed s/\'//g > newfile
>
> this should do it I think.

LMAO - Nice, for a top poster,

> On Wednesday 31 August 2005 03:42 am, [EMAIL PROTECTED] wrote:
>> Hi  all
>>                 Could any body tell me how to get
>> mayank
>> from
>> 'mayank'

now for something completely different:

perl way:
my $something = "\'mayank\'";
$something =~ s/'//g;

>> sp. by map or grep command

Maybe you want a different list, not perl begginers?

--
Scott

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to