Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-18 Thread Tim Robbins
On Tue, Feb 17, 2004 at 02:04:06PM +0100, Stefan Krantz wrote: I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large: yabba# ls -la pictures.tar -rw-r--r-- 1 root wheel 3317055488 Feb 15 19:03 pictures.tar

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Tim Robbins
On Tue, Feb 17, 2004 at 02:21:21AM -0800, Kris Kennaway wrote: 5BOn Tue, Feb 17, 2004 at 11:16:50AM +0100, Stefan Krantz wrote: On Tue, 17 Feb 2004, Kris Kennaway wrote: On Tue, Feb 17, 2004 at 10:49:47AM +0100, Stefan Krantz wrote: Hi! I would like to extract a large

Re: Anyway to extract a large file from EXT2FS filesystem?

2004-02-17 Thread Tim Robbins
On Wed, Feb 18, 2004 at 11:37:26AM +1100, Bruce Evans wrote: On Tue, 17 Feb 2004, Tim Robbins wrote: 5BOn Tue, Feb 17, 2004 at 11:16:50AM +0100, Stefan Krantz wrote: I would like to extract a large (11GB) tar file on an ext3 filesystem. But it shows only to be about 3gb large

Re: sh sourcing bug? test bug?

2003-01-15 Thread Tim Robbins
Chad Kline wrote: fbsd 4.7 SCRIPT --- echo 1:$1 echo 2:$2 --- COMMAND LINE --- . ./script x y --- OUTPUT --- 1: 2: --- shouldn't the output be: 1:x 2:y Being able to specify command line arguments to the script being sourced is a Korn shell extension that has been