This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]