CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 05:42:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210084044
location: https://web.archive.org/web/20090210084044/https://examples.oreilly.com/upt2/split/bkedit
server-timing: captures_list;dur=0.450084, exclusion.robots;dur=0.013730, exclusion.robots.policy;dur=0.006584, esindex;dur=0.010027, cdx.remote;dur=57.238702, LoadShardBlock;dur=266.807511, PetaboxLoader3.datanode;dur=77.070272, PetaboxLoader3.resolve;dur=145.682191
x-app-server: wwwb-app224
x-ts: 302
x-tr: 346
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app224; 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 05:42:07 GMT
content-type: text/plain
content-length: 151
x-archive-orig-date: Tue, 10 Feb 2009 08:40:44 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "8ae92d-97-90194900"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 151
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:40:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 26 Apr 2002 16:23:21 GMT", ; rel="prev memento"; datetime="Sun, 18 May 2008 20:29:22 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 08:40:44 GMT", ; rel="next memento"; datetime="Wed, 30 Sep 2015 16:45:33 GMT", ; rel="last memento"; datetime="Fri, 25 Mar 2016 03:05:53 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_20090210084027_crawl100.arc.gz
server-timing: captures_list;dur=0.544766, exclusion.robots;dur=0.017900, exclusion.robots.policy;dur=0.007838, esindex;dur=0.013102, cdx.remote;dur=18.633859, LoadShardBlock;dur=97.979169, PetaboxLoader3.datanode;dur=123.601340, load_resource;dur=113.163956, PetaboxLoader3.resolve;dur=57.912085
x-app-server: wwwb-app224
x-ts: 200
x-tr: 251
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
if cp "$1" "$1.bak"
then
vi "$1"
exit # USE STATUS FROM vi
else
echo "bkedit quitting: can't make backup?" 1>&2
exit 1
fi