Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10828

Re: Hardlink sub-directories and files

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <t@jollybox.de>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.039
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'present,': 0.07; 'curious.': 0.09; 'install,': 0.09; 'sits': 0.09; 'subject:files': 0.09; 'wed,': 0.12; 'am,': 0.13; 'wrote:': 0.15; 'duplicates': 0.16; 'libc': 0.16; 'received:192.168.1.40': 0.16; 'utilities.': 0.16; 'possibly': 0.16; 'linux': 0.18; 'aug': 0.19; 'interesting.': 0.19; 'candidate': 0.21; "doesn't": 0.22; 'header :In-Reply-To:1': 0.22; 'gnu': 0.23; '(and': 0.27; 'seeing': 0.28; 'guess': 0.28; 'tar': 0.30; 'about.': 0.32; 'implement': 0.33; 'usually': 0.33; "what's": 0.33; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'quite': 0.34; '6th': 0.35; 'duplicate': 0.35; 'pretty': 0.35; 'probably': 0.35; 'install': 0.36; 'unless': 0.37; 'some': 0.37; 'but': 0.37; 'received:192': 0.38; 'subject:: ': 0.38; 'think': 0.38; 'received:192.168.1': 0.39; 'should': 0.39; 'except': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; 'you.': 0.62; 'edition': 0.66; 'received:62': 0.67; 'discovered': 0.69; 'cutting': 0.73; '11:49': 0.84; 'edition.': 0.84; 'everything,': 0.84; 'from:addr:t': 0.84; 'manuals': 0.84; 'original.': 0.91; 'readily': 0.93
Date Wed, 03 Aug 2011 23:54:03 +0200
From Thomas Jollans <t@jollybox.de>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Hardlink sub-directories and files
References <3d2c3d3b-085e-4f3b-903d-726a31e607f4@b34g2000yqi.googlegroups.com> <4E37CDCF.7060501@jollybox.de> <CAGGBd_qm3_wamKNv2LW5giYKmMpyHFoo=Y-8kXZZLmxPPk3G3A@mail.gmail.com> <4E391933.6070603@jollybox.de> <CAGGBd_rP0UDpcE7GK21Bw638anZWfpGBH4mdXyvBh9SckBCpaQ@mail.gmail.com> <4E399832.3090009@jollybox.de> <CAGGBd_oGdCdOAd90qSedKKn4an-5URUvJwompBd0TWu=j-b+OQ@mail.gmail.com>
In-Reply-To <CAGGBd_oGdCdOAd90qSedKKn4an-5URUvJwompBd0TWu=j-b+OQ@mail.gmail.com>
X-Enigmail-Version 1.2
OpenPGP id=5C8691ED
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1865.1312408432.1164.python-list@python.org> (permalink)
Lines 42
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1312408432 news.xs4all.nl 23940 [2001:888:2000:d::a6]:36853
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10828

Show key headers only | View raw


On 03/08/11 23:25, Dan Stromberg wrote:
> 
> On Wed, Aug 3, 2011 at 11:49 AM, Thomas Jollans <t@jollybox.de
> <mailto:t@jollybox.de>> wrote:
> 
> 
>     > Interesting.  Of course, it's probably readily available to you.  What
>     > *ix are you seeing that doesn't include cpio by default?
> 
>     Arch Linux - the base install is quite minimal. I just discovered that I
>     have a program called bsdcpio which is used by mkinitcpio (and possibly
>     other system scripts); no need for the GNU cpio. Curious.
> 
> 
> I guess that makes some sense.  If you want to really strip down an
> install, removing cpio is a good candidate since it duplicates what's in
> tar, and tar is more popular - especially for interactive use.
> 
>>     Which implementations of cp don't implement -R and -l?
>>
>>
>> Probably most of them, except GNU and newer BSD.
> 
>     Okay. While GNU libc manuals usually document how portable functions are
>     in detail, that's not true for the GNU coreutils manuals.
> 
> 
> I don't think cpio is in GNU coreutils.  Also, I think GNU cpio is a
> reimplementation, not the original.

Indeed. But cp is in the coreutils, and that was what we were talking about.

As for GNU cpio, that's simply what /usr/bin/cpio, if present, is
expected to be on a GNU/Linux system.

> 
> cpio's been around since PWB/Unix, which sits between 6th Edition Unix
> and 7th Edition.  It should be in just about everything, unless a
> vendor/distributor got pretty zealous about cutting duplicate utilities.
> 

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Hardlink sub-directories and files loial <jldunn2000@gmail.com> - 2011-08-02 02:32 -0700
  Re: Hardlink sub-directories and files Peter Otten <__peter__@web.de> - 2011-08-02 12:01 +0200
  Re: Hardlink sub-directories and files Thomas Jollans <t@jollybox.de> - 2011-08-02 12:13 +0200
  Re: Hardlink sub-directories and files Tim Chase <python.list@tim.thechases.com> - 2011-08-02 06:17 -0500
  Re: Hardlink sub-directories and files Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-08-02 21:46 -0700
  Re: Hardlink sub-directories and files Kushal Kumaran <kushal.kumaran+python@gmail.com> - 2011-08-03 12:02 +0530
    Re: Hardlink sub-directories and files Grant Edwards <invalid@invalid.invalid> - 2011-08-03 14:22 +0000
      Re: Hardlink sub-directories and files Thomas Jollans <t@jollybox.de> - 2011-08-03 17:08 +0200
      Re: Hardlink sub-directories and files Ned Deily <nad@acm.org> - 2011-08-03 12:57 -0700
  Re: Hardlink sub-directories and files Nobody <nobody@nowhere.com> - 2011-08-03 08:04 +0100
  Re: Hardlink sub-directories and files Thomas Jollans <t@jollybox.de> - 2011-08-03 11:47 +0200
  Re: Hardlink sub-directories and files Thomas Jollans <t@jollybox.de> - 2011-08-03 20:49 +0200
  Re: Hardlink sub-directories and files Thomas Jollans <t@jollybox.de> - 2011-08-03 23:54 +0200
  Re: Hardlink sub-directories and files Alexander Gattin <xrgtn@yandex.ru> - 2011-08-08 10:07 +0300

csiph-web