Afficher un message
Vieux 11/09/2007, 11h03   #4
John
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Error using "xargs eval"

On 7 Sep, 20:09, Icarus Sparry <use...@icarus.freeuk.com> wrote:

> The answer to what you actually want is
>
> PARAM_mac=$(echo $PARAM_mac | sed "s/%3[Aa]/:/g" )
>
> or even
>
> PARAM_mac=${PARAM_mac//\%3[Aa]/:}
>
> if you have a nice modern bash/zsh/ksh


Thanks! That satisfies my basic interest of not using the disk drive.
But I'm still curious
why xargs is designed not to be able to use inbuilt commands.

  Réponse avec citation
 
Page generated in 0,04942 seconds with 9 queries