Afficher un message
Vieux 26/03/2008, 20h42   #5
pk
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: changing part of a file name

pk wrote:

> newname="${name/show/event}"


It seems double quotes are not actually needed here:

newname=${name/show/event}

--
All the commands are tested with bash and GNU tools, so they may use
nonstandard features. I try to mention when something is nonstandard (if
I'm aware of that), but I may miss something. Corrections are welcome.
  Réponse avec citation
 
Page generated in 0,04127 seconds with 9 queries