Re: grep

Pàgina inicial

Reply to this message
Autor: Patrick Dupre
Data:  
A: frederic brault
CC: guilde
Assumpte: Re: grep
On Mon, 21 Feb 2011, frederic brault wrote:

> Bonjour
>
> Dans ce cas, trois \ devraient suffire :
>
> line=`grep '^\\\bibliography{' paper_AS_v3.tex`


OK, ca marche !!
Merci.

>
> Fred
>
>
>> Patrick Dupre wrote:
>>> grep '^\\bibliography{' paper_AS_v3.tex
>>>
>>> me renvoit:
>>>
>>> \bibliography{refs26640}
>>>
>>> comme je l'espere, mais:
>>> line=`grep '^\\bibliography{' paper_AS_v3.tex`
>>> puis:
>>> echo $line
>>>
>>> ne me renvoit rien !!!!
>>>
>>> alors que cela marche avec d'autres expression !
>>>
>>> Des idees ?
>>
>> Essaye
>>
>>     line=`grep '^\\\\bibliography{'  paper_AS_v3.tex`

>>
>> PS: Je ne comprends pas non plus, mais avec le shell le doublage des \
>> marche des fois. ;-)
>>
>>
>>
>
>
>


-- 
---
==========================================================================
  Patrick DUPRÉ                      |   |
  Department of Chemistry            |   |  Phone: (44)-(0)-1904-434384
  The University of York             |   |  Fax:   (44)-(0)-1904-432516
  Heslington                         |   |
  York YO10 5DD  United Kingdom      |   |  email: patrick.dupre@???
==========================================================================