comp.unix.programmer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
- Re: popen, fgets, and sigsgv - 24/02/2012 On Fri, 24 Feb 2012 162509 +0100 Burkhard Schultheis I use p..
- Re: popen, fgets, and sigsgv - 24/02/2012 Burkhard Schultheis burkhard.schultheis@web.de writes I use popen to catch the ou..
- Re: popen, fgets, and sigsgv - 24/02/2012 Am 24.02.2012 1630, schrieb Richard Kettlewell Burkhard Schultheis burkhard.schulthe..
- Re: popen, fgets, and sigsgv - 24/02/2012 Burkhard Schultheis burkhard.schultheis@web.de writes Am 24.02.2012 1630, schrie..
- Re: popen, fgets, and sigsgv - 24/02/2012 In article 87ty2g55pr.fsf@araminta.anjou.terraraq.org.uk, Richard Kettlewell rjk@greenend.org.u..
- Re: popen, fgets, and sigsgv - 26/02/2012 Burkhard Schultheis burkhard.schultheis@web.de writes Am 25.02.2012 0007, schrie..
- Re: how to parse a binary stream in C++ - 24/02/2012 On Thu, 23 Feb 2012 172142 -0800 (PST), Joshua Maurice joshuamaurice@gmail.com ..
- piping into a shell - 24/02/2012 Kernighan and Pike say it's not recommended. Can anyone tell me why? ..
- Re: piping into a shell - 23/02/2012 In article d1534ae8-f63f-465f-bfa2-5026befe6152@s7g2000vby.googlegroups.com, Kenneth Bull kenne..
- Re: -z `command | grep ` - 24/02/2012 In article b3b26463-1717-468c-bd5c-ebe37f54a729@k6g2000vbz.googlegroups.com, Kenneth Bull kenn..
- Re: -z `command | grep ` - 24/02/2012 Oh, so IFS works with back quotes to create separate strings, whereas single and double quotes ..
- Re: -z `command | grep ` - 24/02/2012 In article 0f573112-ff4e-41ae-8ab3-d37d46a7f4d5@l14g2000vbe.googlegroups.com, Kenneth Bull ken..
- Re: -z `command | grep ` - 24/02/2012 Barry Margolin In article 0f573112-ff4e-41ae-8ab3-d37d46a7f4d5@l14g20..
- Re: -z `command | grep ` - 24/02/2012 Kenneth Bull writes Oh, so IFS works with back quotes to create separate..
- Re: -z `command | grep ` - 24/02/2012 On 24.02.2012 1809, Barry Margolin In article 86pqd4np7t.fsf@gray.siamics.net&..
- Re: -z `command | grep ` - 24/02/2012 Ivan Shmakov writes Scott Lurndal writes ..
- Re: -z `command | grep ` - 24/02/2012 In article , "Chris F.A. Johnson" On..
- Re: -z `command | grep ` - 24/02/2012 On 2012-02-24, Kenneth Bull kenneth.bull@gmail.com On Feb 24, 1256?am, Ken..
- Re: -z `command | grep ` - 24/02/2012 2012-02-24 235758 +0700, Ivan Shmakov Scott Lurndal scott@slp5..
- Re: -z `command | grep ` - 25/02/2012 Barry Margolin barmar@alum.mit.edu writes Iv..
- iterate over files matching a grep(1) condition - 25/02/2012 Stephane Chazelas stephane_chazelas@yahoo.fr writes &..
- pipelines vs. subshells - 25/02/2012 Janis Papanagnou janis_papanagnou@hotmail.com writes ..
- some examples - 24/02/2012 in some examples on internet IFS is set like IFS='\n' but in K&P it is set with an act..
- Re: some examples - 24/02/2012 Kenneth Bull , dans le message aaaa471e-1b44-4a2c-8a43-0727703ffe69@d17g2000vba.googlegroup..
- Re: how to parse a binary stream in C++ - 23/02/2012 If it's not too late, would XDR be useful? I've used that to read & write network streams..
- popen(tar...) - 23/02/2012 I want to use a tar file like an IBM partitioned dataset, i.e., a file with multiple members, from ..
- Re: popen(tar...) - 23/02/2012 Barry Margolin JohnF ..
- Re: popen(tar...) - 23/02/2012 In article , JohnF ..
- Re: popen(tar...) - 24/02/2012 Barry Margolin JohnF B..
- Re: popen(tar...) - 24/02/2012 JohnF john@please.see.sig.for.email.com writes I want to u..
- Re: popen(tar...) - 24/02/2012 Ivan Shmakov JohnF john@please.see.sig.for.email.com writes..
- archive data formats - 24/02/2012 Nicolas George writes Ivan Shmakov a ??crit?? ..
- archive data formats - 24/02/2012 JohnF john@please.see.sig.for.email.com writes &..
- Re: archive data formats - 25/02/2012 JohnF john@please.see.sig.for.email.com writes &..
- Re: archive data formats - 25/02/2012 Ivan Shmakov JohnF john@please.see.sig.for.email.com writes..
- ampersand process in a subshell - 22/02/2012 If I have a shell script which I push to the background script & then inside that scrip..
- Re: ampersand process in a subshell - 22/02/2012 2012-02-21 182350 -0800, G Patel If I have a shell script which I push to the backgroun..
- Re: ampersand process in a subshell - 23/02/2012 On Wed, 22 Feb 2012, Stephane Chazelas Just do script3 devnull & &g..
- Re: ampersand process in a subshell - 22/02/2012 In article alpine.DEB.2.00.1202230115080.12878@login01.caesar.elte.hu, "Ersek, Laszlo" lacos@c..
- unaligned access - 21/02/2012 struct abc { char a; char b; char c; char d; }; i've a simp..
- Re: unaligned access - 21/02/2012 sinbad sinbad.sinbad@gmail.com writes struct abc { char a; ..
- Re: unaligned access - 21/02/2012 sinbad struct abc { char a; char b; char ..
- Re: unaligned access - 21/02/2012 sinbad writes struct abc { char a; char b; char c; ..
- Re: How to use shared memory with fork() ? - 21/02/2012 On Feb 17, 638?pm, Bjarni Juliusson bja.@update.uu.se On 02172012 044..
- Re: How to use shared memory with fork() ? - 21/02/2012 On 02212012 1023 AM, priyanka When child process has changed the rear pointer th..
- Re: How to use shared memory with fork() ? - 22/02/2012 On Tue, 21 Feb 2012 113446 +0100, Bjarni Juliusson bjarni@update.uu.se >..
- open() system call is part of glibc? - 21/02/2012 This is from GNU C Lib website Overview Any Unix-like operating system needs a C library ..
- Re: open() system call is part of glibc? - 20/02/2012 In article 656d4f55-257d-4402-8216-b484722e5db4@gi10g2000vbb.googlegroups.com, Selva kobu.selv..
- Re: open() system call is part of glibc? - 21/02/2012 On 02212012 0431 AM, Selva This is from GNU C Lib website Ove..
- Re: open() system call is part of glibc? - 21/02/2012 Barry Margolin barmar@alum.mit.edu writes In article jhv710t621@Iltempo.Upd..
- Re: open() system call is part of glibc? - 22/02/2012 This seems to suggest that kernel system calls are part of C library. What it means ..
- Re: open() system call is part of glibc? - 22/02/2012 gordonb.c9dcm@burditt.org (Gordon Burditt) writes This seems to suggest ..
- Re: open() system call is part of glibc? - 22/02/2012 Gordon Burditt, dans le message m5qdnd0gus_vc9nSnZ2dnUVZ_vWdnZ2d@posted.internetamerica..
- Re: open() system call is part of glibc? - 22/02/2012 Having a separate library for system calls would enable to override them more easily with share..
- some questions on shells, pipes, etc. - 20/02/2012 1) Why does sleep 1000 | ls not wait 1000 seconds before running ls? 'ls' run..
- Re: some questions on shells, pipes, etc. - 19/02/2012 In article 9619fa71-54d6-48ae-8cf7-47af3cbaf6f7@y10g2000vbn.googlegroups.com, Kenneth Bull kenn..
- Re: some questions on shells, pipes, etc. - 19/02/2012 On 2192012 753 PM, Kenneth Bull 1) Why does sleep 1000 | ls "..
- Re: some questions on shells, pipes, etc. - 20/02/2012 Kenneth Bull , dans le message 9619fa71-54d6-48ae-8cf7-47af3cbaf6f7@y10g2000vbn.googlegroup..
- Re: some questions on shells, pipes, etc. - 21/02/2012 Nicolas George nicolasgeorge@salle-s.org writes Kenneth Bull , dans le message 9619fa71-54d6..
- Re: some questions on shells, pipes, etc. - 21/02/2012 On 02202012 0153 AM, Kenneth Bull 1) Why does sleep 1000 | ls &qu..
- Re: some questions on shells, pipes, etc. - 21/02/2012 2012-02-21 194208 +0000, Scott Lurndal Nicolas George nicolasgeorge@salle-s.org>..
- Re: some questions on shells, pipes, etc. - 23/02/2012 Stephane Chazelas writes 2012-02-21 194208 +0000, Scott Lurndal ..
- Adding [[ ... ]] to POSIX (was: some questions on shells, pipes, etc.) - 24/02/2012 Scott Lurndal Stephane Chazelas stephane_chazelas@yahoo.fr writes ..
- select() vs. read() - 19/02/2012 Hi, Assuming I only need to read from 1 socket (hence select() only requests for monitoring..
- Re: select() vs. read() - 18/02/2012 In article 07d1a2ff-1f32-4237-a599-4fc0040c5274@n8g2000pbc.googlegroups.com, Hei hchan1980@gma..
- Re: select() vs. read() - 19/02/2012 On Feb 18, 751?pm, Barry Margolin bar.@alum.mit.edu In article ..
- Re: select() vs. read() - 19/02/2012 Le 19022012 0922, Nicolas George a ?crit Depends on how much time you are prepared to..
- Re: select() vs. read() - 19/02/2012 Xavier Roche xroche@free.fr.NOSPAM.invalid writes Le 19022012 0922, Nicolas Ge..
- Re: Getting time of last reboot on Linux - 09/02/2012 gazelle@shell.xmission.com (Kenny McCormack) writes Richard Kettlewell rjk@greenend.o..
- Re: ioctl SIOCGIFCONF deprecated on linux? - 14/02/2012 boltar2003@boltar.world writes William Ahern william@wilbur.25thandClement.com wr..
- Re: ioctl SIOCGIFCONF deprecated on linux? - 13/02/2012 boltar2003@boltar.world writes I'm noticing these days that the SIOCGIFCONF ioctl call no..