CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 07:34:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080518204713
location: https://web.archive.org/web/20080518204713/https://examples.oreilly.com/upt2/split/script.tidy
server-timing: captures_list;dur=0.637587, exclusion.robots;dur=0.023177, exclusion.robots.policy;dur=0.009932, esindex;dur=0.013128, cdx.remote;dur=7.203532, LoadShardBlock;dur=263.201386, PetaboxLoader3.datanode;dur=101.159729, PetaboxLoader3.resolve;dur=108.237548
x-app-server: wwwb-app216
x-ts: 302
x-tr: 300
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; 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: Sat, 19 Jul 2025 07:34:57 GMT
content-type: text/plain
content-length: 199
x-archive-orig-date: Sun, 18 May 2008 20:47:11 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "54c3cf-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: Sun, 18 May 2008 20:47:13 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="Wed, 18 Oct 2006 00:09:58 GMT", ; rel="memento"; datetime="Sun, 18 May 2008 20:47:13 GMT", ; rel="next memento"; datetime="Tue, 10 Feb 2009 08:46:38 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_3_20080518193113_crawl107-c/52_3_20080518204508_crawl100.arc.gz
server-timing: captures_list;dur=0.705024, exclusion.robots;dur=0.023304, exclusion.robots.policy;dur=0.010427, esindex;dur=0.015970, cdx.remote;dur=6.645057, LoadShardBlock;dur=103.969842, PetaboxLoader3.datanode;dur=85.020596, PetaboxLoader3.resolve;dur=86.548675, load_resource;dur=86.355997
x-app-server: wwwb-app216
x-ts: 200
x-tr: 231
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" $*