Re: su command...

2009-03-25 Thread Olivier Delhomme
7;:' -f1) == "gimp" ]]; then su - gimp; else su -; export DISPLAY=:0.0; gimp &; logout; fi; In the hope that this may help. Cheers, -- Olivier Delhomme : http://blog.delhomme.org/[fr] "Quand la vérité n'est pas libre, la liberté n'est pas vraie."

split, csplit or nl ?

2005-03-07 Thread Olivier Delhomme
Hello, I have a specific problem with a file that i want to split : I would like to split the file in 'x' pieces for exemple. But i would like to have line one in file one, line two in file two and so on then line x in file x and line x+1 in file one ... I looked at grep, split and csplit and fo

Re: split, csplit or nl ?

2005-03-09 Thread Olivier Delhomme
Le Tue, 8 Mar 2005 06:44:27 + (GMT), Philip Rowlands disait : > On Mon, 7 Mar 2005, Olivier Delhomme wrote: > > >I have a specific problem with a file that i want to split : > >I would like to split the file in 'x' pieces for exemple. But i would > >like

Re: md5sum and filenames containing \

2005-04-04 Thread Olivier Delhomme
ease could you tell us which is your system and bash version ? > Regards, > Steve Lilly Regards, Olivier Delhomme. pgphbwwQ8Oavk.pgp Description: PGP signature ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: dd new iflag= oflag= flags directory, nolinks

2006-03-21 Thread Olivier Delhomme
time\n"), stdout); > > - if (O_NOFOLLOW) > > - fputs (_(" nofollow do not follow symlinks\n"), stdout); > >if (O_NOCTTY) > > fputs (_(" nocttydo not assign controlling terminal from file\n"), > >stdout);

[PATCH] Re: dd blocks/bytes at a time

2006-12-20 Thread Olivier Delhomme
connection to BLOCKS and them. Hello, Here is a patch that may change this. Do you think it is better that way ? Jim : I already have signed the FSF agreement for coreutils :-) @sOOn, -- Olivier Delhomme : http://blog.delhomme.org/[fr] --- coreutils/doc/coreutils.texi 2006-12-14 15:46:08.00

Re: Pb avec aMule 2.1.3

2007-01-18 Thread Olivier Delhomme
enlever les tables de symboles, > -S, --suffix=SUFFIXE écraser le SUFFIXE usuel d'archivage > -t, --target-directory=RÉPERTOIRE > copier tous les arguments de la SOURCE dans le > RÉPERTOIRE > -T, --no-target-directory traiter la DESTINATION comme un fichier normal > -v, --verbose afficher le nom de chaque répertoire créé > --help afficher l'aide-mémoire > --version afficher le nom et la version du logiciel > > Le suffixe d'archive est « ~ », initialisé autrement avec --suffix ou > SIMPLE_BACKUP_SUFFIX. La méthode du contrôle de version peut être > sélectionné > par l'option --backup ou par VERSION_CONTROL par le bias des variables > d'environnement selon les valeurs suivantes: > > none, off ne jamais archiver (même si --backup est utilisé) > numbered, t faire des archives numérotées > existing, nil numéroter si des archives numérotées existent déjà, > ne pas numéroter autrement > simple, never toujours faire des archives de type simple > > Rapporter toutes anomalies à . > [EMAIL PROTECTED] aMule-2.1.3]# > > _ > Gagnez des écrans plats avec Live.com http://www.image-addict.fr/ > > > > ___ > Bug-coreutils mailing list > Bug-coreutils@gnu.org > http://lists.gnu.org/mailman/listinfo/bug-coreutils > -- Olivier Delhomme : http://blog.delhomme.org/[fr] signature.asc Description: PGP signature ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: dd (coreutils) 5.97 used power of 10 not 2 for calculating MB

2007-01-24 Thread Olivier Delhomme
e the TODO file at chapter "Changes expected to go in, someday."). @sOOn, -- Olivier Delhomme : http://blog.delhomme.org/[fr] signature.asc Description: PGP signature ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: dd (coreutils) 5.97 used power of 10 not 2 for calculating MB

2007-01-30 Thread Olivier Delhomme
is and let you know. This won't happen soon as I'm very busy till march. -- Olivier Delhomme : http://blog.delhomme.org/[fr] signature.asc Description: PGP signature ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: dd (coreutils) 5.97 used power of 10 not 2 for calculating MB

2007-02-13 Thread Olivier Delhomme
hat will use power of BYTES bytes The environment variable 'DD_DISPLAY_BLOCK_SIZE' is checked as the default behaviour of the dbs options. If it does not exists it defaults to the old transfer statistics mode. Those two new options affects the transfer statistics (that you can still disabl

Re: dd (coreutils) 5.97 used power of 10 not 2 for calculating MB

2007-02-14 Thread Olivier Delhomme
; echo $DD_DISPLAY_BLOCK_SIZE > > All other things being equal it's better to avoid environment > variables for stuff like this. In fact I was doing this to keep coherence with your code in human.c. You use getenv and check some block size variable. I was thinking that one may find use

Re: new coreutils snapshot; are they useful?

2007-02-14 Thread Olivier Delhomme
ably works fine for most people > who try, these days. On my debian system, the automake package is only at version 1.9.6 and not 1.10 as requested. Anyway I modified the incriminated line in the configure.ac file and the whole procedure just ran ok ! Is there any special reason to requ

Re: dd (coreutils) 5.97 used power of 10 not 2 for calculating MB

2007-02-15 Thread Olivier Delhomme
Le Wed, 14 Feb 2007 15:13:14 -0800, Paul Eggert disait : > Olivier Delhomme writes: > > > 3. used with "quiet" parameter it turns off the output (stated > > a long time ago here : > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=165045). > >

a small add for the 'dd' command

2003-09-04 Thread Olivier Delhomme
poor diff user) I hope this will be soon in an official release ! see you, Olivier Delhomme. -- web site : http://olivier.delhomme.free.fr/ gpg public key : http://olivier.delhomme.free.fr/delhomme.gpg 146a147,149 > /* Are we displaying stats while doing the copy ?? default =

dd displaying stats in a human readable form

2003-10-01 Thread Olivier Delhomme
feature to a new human option (that will act as conv) : --human='block-size-todeal-with' What do you think about this idea ? I can understand that the 'dd' has to be light weighted but in some cases, having a simple way to know how

A dd display patch.

2003-11-02 Thread Olivier Delhomme
Hello, I added 2 new options to dd : 'display' and 'dbs' : 'display' lets you choose 2 ways for displaying stats : - 'quiet' that will never display any stat - 'human' that will display stats in a human readable format according to the 'dbs' option : 'dbs' stands for display_bloc

patching dd

2003-11-08 Thread Olivier Delhomme
Hello, I send a patch on november 2 and i was wondering if it was sent directly to /dev/null ? Please let me know, where i am wrong with this patch as it adds a feature requested in the TODO list : dd: consider adding an option to suppress `bytes/block read/written' output to stderr. Suggest

Re: patching dd

2003-11-08 Thread Olivier Delhomme
Le Sat, 08 Nov 2003 09:50:13 +0100, Jim Meyering disait : > Olivier Delhomme <[EMAIL PROTECTED]> wrote: > > I send a patch on november 2 and i was wondering if > > it was sent directly to /dev/null ? > > You sent it to the right place. > But sometimes it take

New option for du (-0 or --print0)

2003-11-08 Thread Olivier Delhomme
TODO list says : du: add option to use \0 as line terminator rather than \n so that tools like xdiskusage that parse du output don't choke on file names with embedded newlines. I added that option (-0 --print0) ChangeLog : * src/du.c Added option -0 --print0 which replac

Re: patching dd

2003-11-09 Thread Olivier Delhomme
Le Sun, 09 Nov 2003 10:27:45 +0100, Jim Meyering disait : > Thank you for the patch. > > Have you read the GNU Coding Standards document? No, not yet, but this mistake will soon be patched :) > Run `info standards' on a Linux system. There are > some minor syntactic problems below. Most wou

Re: [PATCH] fix coreutils-5.0.91 rejecting "[ toto -eq tata ]" like forms

2004-01-07 Thread Olivier Delhomme
> Since I am unable to reproduce those failures, > I suspect that some of the implied `-4mdk' changes > introduced the problem. I am unable to reproduce those failures too and, built from the source tarballs I have : [EMAIL PROTECTED]:~$ /usr/bin/\[ --version | head -n1 [ (GNU coreutils) 5.0.90