Re: head and tail

2008-02-26 Thread demerphq
On 25/02/2008, David Cantrell da...@cantrell.org.uk wrote: On Mon, Feb 25, 2008 at 09:38:47PM +0100, Philip Newton wrote: On Mon, Feb 25, 2008 at 9:36 PM, Peter da Silva pe...@taronga.com wrote: I kind of have a teenie bit of software hate for things like foo | awk ... instead of

Re: head and tail

2008-02-26 Thread Peter da Silva
On 2008-02-25, at 15:58, Walt Mankowski wrote: The sed solution's cute, but you can easily ignore the first line in pure awk without even using any of the hateful gawk extensions: awk 'NR != 1 { print }' That's what I originally wrote, I changed it to 'foo-equiv' because I'm stupid.

Re: gphoto2

2008-02-26 Thread Gerry Lawrence
Abigail wrote: A few days ago, I bought a new digital camera, a Canon. (Don't have it long enought to hate it). You can't simply mount its storage as a (usb) disc, but luckely, gphoto2 can connect to the camera and extract the images. Whoa! Are you sure? All cannon's for the past decade or

Re: gphoto2

2008-02-26 Thread Denny
On Tue, 26 Feb 2008, Gerry Lawrence wrote: Abigail wrote: A few days ago, I bought a new digital camera, a Canon. [...] You can't simply mount its storage as a (usb) disc Whoa! Are you sure? All cannon's for the past decade or so can mount as a USB disk. My Canon video camera won't

Re: gphoto2

2008-02-26 Thread Aristotle Pagaltzis
* Gerry Lawrence gwlp...@gmail.com [2008-02-26 16:00]: Abigail wrote: You can't simply mount its storage as a (usb) disc, but luckely, gphoto2 can connect to the camera and extract the images. Whoa! Are you sure? All cannon's for the past decade or so can mount as a USB disk. The Sony

Re: gphoto2

2008-02-26 Thread Peter da Silva
On 2008-02-26, at 04:57, Abigail wrote: No progress bar when it's writing to a pipe, and it uses STDERR to inform you which file it has written to; --quiet only silences STDOUT. Sounds like you oughta send 'em a patch to fix that. Only errors should go to stderr.