Does only head have this problem ?
What libc do you use ?

re,
 wh


Am 24.07.2011 14:27, schrieb Arkadiusz Patyk:
> On Tue, 13 Apr 2010 22:01:24 +0200, you wrote:
>> I started the port about three years ago, on 1.6.1.
> 
> I try to use this, but:
> 
> e:\vm\1>busybox.exe
> BusyBox v1.19.1_18_0-306-geb28f73.git (2011-01-16 17:56:02 ICT) 
> 
> cat q.sh
> ls -al RCDx86_11_02.iso
> tail -c16384 RCDx86_11_02.iso  | head -c 333 > www
> tail -c16385 RCDx86_11_02.iso  | head -c 333 > www
> tail -c1m RCDx86_11_02.iso  | head -c 333 > www
> 
> 
> e:\vm\1>busybox.exe sh -x q.sh
> + ls -al RCDx86_11_02.iso
> -rw-------    1 Areq     0         93325312 May 16 20:43
> RCDx86_11_02.iso
> 
> + tail -c16384 RCDx86_11_02.iso
> + head -c 333
> + tail -c16385 RCDx86_11_02.iso
> + head -c 333
> tail: write error: Invalid argument
> + tail -c1m RCDx86_11_02.iso
> + head -c 333
> tail: write error: Invalid argument
> 
> if tail -c argument is bigger then  16384 - error
> 
> 
> cheers,
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to