[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug or feature with `mkdir -pv`
From: |
Mike Frysinger |
Subject: |
bug or feature with `mkdir -pv` |
Date: |
Fri, 6 Oct 2006 14:36:47 -0400 |
User-agent: |
KMail/1.9.4 |
with mkdir now forking to create dirs, i'm pretty sure this behavior change is
unintended:
$ rm -rf foo
$ mkdir -pv foo/a/b/c/d
mkdir: created directory `foo'
mkdir: created directory `a'
mkdir: created directory `b'
mkdir: created directory `c'
mkdir: created directory `foo/a/b/c/d'
previous coreutils would read:
mkdir: created directory `foo'
mkdir: created directory `foo/a'
mkdir: created directory `foo/a/b'
mkdir: created directory `foo/a/b/c'
mkdir: created directory `foo/a/b/c/d'
-mike
pgpJOWwR_Ea72.pgp
Description: PGP signature
- bug or feature with `mkdir -pv`,
Mike Frysinger <=