Re: Printf does not display version

2008-04-04 Thread Samuel GRANJEAUD - IR/ICIM
Blame on me, I though there could be only one printf... Regards. Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Samuel GRANJEAUD - IR/ICIM on 4/4/2008 6:40 AM: | $ printf --version | bash: printf: --: invalid option | printf: usage: printf [-v var] format [argument

Re: Printf does not display version

2008-04-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Samuel GRANJEAUD - IR/ICIM on 4/4/2008 6:40 AM: | $ printf --version | bash: printf: --: invalid option | printf: usage: printf [-v var] format [arguments] That's because that is bash's builtin printf, not coreutils'. Try '/bin/printf -

Printf does not display version

2008-04-04 Thread Samuel GRANJEAUD - IR/ICIM
Hi! Thanks for your answers about the top-bottom 10 lines function. Here is a small problem: $ printf --version bash: printf: --: invalid option printf: usage: printf [-v var] format [arguments] Regards. ___ Bug-coreutils mailing list Bug-coreutil