[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Script Bash de conversion ISO8859 -> UTF8



Le samedi 18 février 2017 à 16:33 +0100, Nicolas FRANCOIS a écrit :
> Même en essayant simplement de convertir les fichiers tex :
> 
>   for filename in ` find . -type f -name *.tex`

Tu dois mettre entre quote le pattern:

  for filename in ` find . -type f -name '*.tex'`

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: