bug-coreutils
[Top][All Lists]
Advanced

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

[bug #28308] Please change verbose to use double quotes in output (cp, m


From: Jari Aalto
Subject: [bug #28308] Please change verbose to use double quotes in output (cp, mv etc: "FILE" -> "FILE")
Date: Wed, 16 Dec 2009 12:04:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009091008 Iceweasel/3.0.14 (Debian-3.0.14-1)

URL:
  <http://savannah.gnu.org/bugs/?28308>

                 Summary: Please change verbose to use double quotes in
output (cp, mv etc: "FILE" -> "FILE")
                 Project: GNU Core Utilities
            Submitted by: jaalto
            Submitted on: Wed 16 Dec 2009 02:04:53 PM EET
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Currently the commands with verbose option on look like this:

$ touch a

$ cp -v a b
`a' -> `b'

$ mv -v a b
`a' -> `b'


The used quoting is problematic, because the the text cannot be copy pasted
to another place very easily:

  a) Trying to drag-n-paste in many times selects unwanted "`" which is a
shell meta character and causes conflicts on shell prompt.
  b) The text cannot be copied as is to another location, like written text,
because the quoting rules in a wider internationally context don't usually use
"`".

If possible consider changing the output display to use double quotes
instead:

  "a" > "b"






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28308>

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





reply via email to

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