bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible bug in fileutils 4.1 version of dd


From: errorlevel
Subject: Possible bug in fileutils 4.1 version of dd
Date: Mon, 8 Apr 2002 20:46:58 -0500
User-agent: Mutt/1.3.28i

While experimenting with dd I did the following ($ being the prompt):

$ echo moocow > test.txt
$ dd if=test.txt 2> /dev/null
moocow
$ dd if=test.txt ibs=1c obs=1c count=5 2> /dev/null
(... No output ...)
$ dd if=test.txt ibs=1c obs=1c count=5
mooco5+0 records in
5+0 records out
$ dd if=test.txt ibs=1c obs=1c count=5 1> /dev/null
5+0 records in
5+0 records out
$

The line that I find questionable is the line where I placed "(... No
output ...)".
It should display:
mooco$
(Once again, $ is the prompt.)

I'm using the following on my system:
gcc 2.95.3
glibc 2.2.3
bash 2.05.0

That's all I figured would be relevant.

Regards,
Jared Lash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]