bug-coreutils
[Top][All Lists]
Advanced

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

[patch #4978] hexadecimal support for dd


From: anonymous
Subject: [patch #4978] hexadecimal support for dd
Date: Fri, 17 Mar 2006 13:11:51 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko)

URL:
  <http://savannah.gnu.org/patch/?func=detailitem&item_id=4978>

                 Summary: hexadecimal support for dd
                 Project: GNU Core Utilities
            Submitted by: None
            Submitted on: Fri 03/17/06 at 13:11
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

This patch adds support for parsing hexadecimal numbers to dd.
So instead of writing:

 dd if=/dev/zero of=test bs=`perl -e 'printf("%d",0xe0000);'` count=1

you can just write

 dd if=/dev/zero of=test bs=0xe0000 count=1

It's a feature I use everyday and I'd be really glad if you could take it
into the official release of GNU coreutils.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
stepan --AT-- coresystems --DOT-- de | Originator Email



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 03/17/06 at 13:11  Name: dd.diff  Size: 667B   By: None
Patch to add hexadecimal support to dd, against coreutils CVS from 2006-03-17
<http://savannah.gnu.org/patch/download.php?item_id=4978&item_file_id=6048>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=4978>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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