bug-coreutils
[Top][All Lists]
Advanced

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

[PATCH] Specify output directory for split(1)


From: Bram Schoenmakers
Subject: [PATCH] Specify output directory for split(1)
Date: Sun, 11 Nov 2007 01:38:52 +0100
User-agent: KMail/1.9.7

Hello,

The attached patch adds -t or --target-directory support for split, specifying 
in which directory the split files should go into.

The usecase for this when receiving a big file over a network, but you don't 
have diskspace for the file itself and its splitted version. Now, you can do 
things like this:

cat some_big_file | ssh address@hidden split -t /home/bram/tmp/

in order to have some_big_file split out immediately.

Kind regards,

-- 
Bram Schoenmakers

What is mind? No matter. What is matter? Never mind.
  (Punch, 1855)

Attachment: target-directory.patch
Description: Text Data


reply via email to

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