CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 21:03:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210084638
location: https://web.archive.org/web/20090210084638/https://examples.oreilly.com/upt2/split/script.tidy
server-timing: captures_list;dur=0.919895, exclusion.robots;dur=0.034407, exclusion.robots.policy;dur=0.015475, esindex;dur=0.019783, cdx.remote;dur=247.388439, LoadShardBlock;dur=465.016078, PetaboxLoader3.datanode;dur=349.915048
x-app-server: wwwb-app220
x-ts: 302
x-tr: 746
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 16 Jul 2025 21:03:32 GMT
content-type: text/plain
content-length: 199
x-archive-orig-date: Tue, 10 Feb 2009 08:46:38 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "12457be-c7-90194900"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 199
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/plain
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 10 Feb 2009 08:46:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 26 Apr 2002 16:17:37 GMT", ; rel="prev memento"; datetime="Sun, 18 May 2008 20:47:13 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 08:46:38 GMT", ; rel="next memento"; datetime="Wed, 30 Sep 2015 19:16:14 GMT", ; rel="last memento"; datetime="Fri, 25 Mar 2016 02:58:28 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_8_20090210075601_crawl103-c/52_8_20090210084555_crawl100.arc.gz
server-timing: captures_list;dur=1.314668, exclusion.robots;dur=0.062654, exclusion.robots.policy;dur=0.028789, esindex;dur=0.024280, cdx.remote;dur=27.913010, LoadShardBlock;dur=259.919567, PetaboxLoader3.datanode;dur=225.746946, PetaboxLoader3.resolve;dur=165.219964, load_resource;dur=186.316039
x-app-server: wwwb-app220
x-ts: 200
x-tr: 512
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
#!/bin/sh
# Public domain.
# Put CTRL-M in $m and CTRL-H in $b.
# Change \010 to \177 if you use DEL for erasing.
eval `echo m=M b=H | tr 'MH' '\015\010'`
exec sed "s/$m\$//
:x
s/[^$b]$b//
t x" $*