Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
authorPaul Eggert <eggert@twinsun.com>
Wed, 20 Feb 2002 11:29:30 +0000 (03:29 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Feb 2002 18:31:14 +0000 (18:31 +0000)
Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>

p4raw-id: //depot/perl@14797

pod/perlhack.pod

index 612b418..79905bb 100644 (file)
@@ -348,7 +348,7 @@ patch directory.
 
 It's then up to you to apply these patches, using something like
 
- # last=`ls -rt1 *.gz | sed -n '$p'`
+ # last=`ls -t *.gz | sed q`
  # rsync -avz rsync://ftp.linux.activestate.com/perl-current-diffs/ .
  # find . -name '*.gz' -newer $last -exec gzcat {} \; >blead.patch
  # cd ../perl-current