CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 00:09:23 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=1.169665, exclusion.robots;dur=0.015989, exclusion.robots.policy;dur=0.007767, esindex;dur=0.008060, cdx.remote;dur=18.015746, LoadShardBlock;dur=529.565845, PetaboxLoader3.datanode;dur=108.172158, PetaboxLoader3.resolve;dur=64.547528
x-app-server: wwwb-app203
x-ts: 302
x-tr: 571
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; 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 00:09:24 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=0.534445, exclusion.robots;dur=0.019493, exclusion.robots.policy;dur=0.009220, esindex;dur=0.010340, cdx.remote;dur=8.329768, LoadShardBlock;dur=107.996887, PetaboxLoader3.datanode;dur=77.036450, PetaboxLoader3.resolve;dur=108.605294, load_resource;dur=126.228129
x-app-server: wwwb-app203
x-ts: 200
x-tr: 273
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" $*