[Bug libc/18424] New: mkdir silent (-v -p)

denji0k at gmail dot com sourceware-bugzilla@sourceware.org
Sun May 17 13:29:00 GMT 2015


https://sourceware.org/bugzilla/show_bug.cgi?id=18424

            Bug ID: 18424
           Summary: mkdir silent (-v -p)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: denji0k at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

When used with verbose `--parents`, get silent mode

Verbose:

   $ mkdir -v test{1,2}
   mkdir: created directory 'test1'
   mkdir: created directory 'test2'

Verbose + Parent directory create:
   $ mkdir -p -v test{1,2}
   $ tree
   .
   ├── test1
   └── test2

Version:
   $ mkdir --version
   mkdir (GNU coreutils) 8.21
   $ lsb_release --description --codename
   Description: Ubuntu 14.04.2 LTS
   Codename:    trusty

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list