coreutils
[Top][All Lists]
Advanced

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

split should accept more than 1 file and furthermore should accept a pre


From: Toralf Förster
Subject: split should accept more than 1 file and furthermore should accept a prefix argument without specifying a filename
Date: Sun, 25 Apr 2021 09:37:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

Hi,

the following code snippet
  (
    if __isTrue; then
      cat file1
    fi
    cat file2
  ) |\
  split --lines=1 --suffix-length=2 - myPrefix

forces IMO to specify the stdin "-" w/o any advantage, or ?

The feature mentioned here in the SUbject line is missing here at a
"Packaged by Gentoo (8.32-r1 (p0))"

Does this feature request makes sense?

--
Toralf



reply via email to

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