i've tried to reproduce this bug but failed

btw in the process of trying this i discovered that busybox --install doesn't seem to work either i had to manually copy busybox and make a symlink for this test.

debian:~/busyboxinstall# cp /bin/busybox .
debian:~/busyboxinstall# ln -s gunzip busybox
ln: creating symbolic link `busybox' to `gunzip': File exists
debian:~/busyboxinstall# ln -s busybox gunzip
debian:~/busyboxinstall# ./gunzip
gunzip: compressed data not read from terminal.  Use -f to force it.
debian:~/busyboxinstall# echo foo | foo.txt
bash: foo.txt: command not found
debian:~/busyboxinstall# echo foo > foo.txt
debian:~/busyboxinstall# echo bar > foo.txt
debian:~/busyboxinstall# echo foo > foo.txt
debian:~/busyboxinstall# echo foo > bar.txt
debian:~/busyboxinstall# gzip foo.txt
debian:~/busyboxinstall# gzip bar.txt
debian:~/busyboxinstall# cat foo.txt.gz bar.txt.gz > baz.txt.gz
debian:~/busyboxinstall# gunzip baz.txt.gz
debian:~/busyboxinstall# cat baz.txt
foo
foo
debian:~/busyboxinstall# cat foo.txt.gz bar.txt.gz > baz.txt.gz
debian:~/busyboxinstall# ./gunzip baz.txt.gz
debian:~/busyboxinstall# cat baz.txt
foo
foo
debian:~/busyboxinstall# ls -l
total 428
-rw-r--r-- 1 root root     32 2006-12-17 02:30 bar.txt.gz
-rw-r--r-- 1 root root      8 2006-12-17 02:31 baz.txt
-rwxr-xr-x 1 root root 418112 2006-12-17 02:29 busybox
-rw-r--r-- 1 root root     32 2006-12-17 02:30 foo.txt.gz
lrwxrwxrwx 1 root root      7 2006-12-17 02:29 gunzip -> busybox
debian:~/busyboxinstall#

_________________________________________________________________
Visit MSN Holiday Challenge for your chance to win up to $50,000 in Holiday cash from MSN today! http://www.msnholidaychallenge.com/index.aspx?ocid=tagline&locale=en-us



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to