CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 04:13:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210085454
location: https://web.archive.org/web/20090210085454/https://examples.oreilly.com/upt2/split/tputinit
server-timing: captures_list;dur=0.444992, exclusion.robots;dur=0.017228, exclusion.robots.policy;dur=0.007739, esindex;dur=0.011308, cdx.remote;dur=17.925195, LoadShardBlock;dur=177.699635, PetaboxLoader3.datanode;dur=60.280358
x-app-server: wwwb-app214
x-ts: 302
x-tr: 215
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app214; 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: Thu, 31 Jul 2025 04:13:12 GMT
content-type: text/plain
content-length: 432
x-archive-orig-date: Tue, 10 Feb 2009 08:54:54 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "436929-1b0-90194900"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 432
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:54:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 14 Jan 2003 01:55:29 GMT", ; rel="prev memento"; datetime="Sun, 18 May 2008 20:48:16 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 08:54:54 GMT", ; rel="next memento"; datetime="Wed, 30 Sep 2015 16:44:53 GMT", ; rel="last memento"; datetime="Fri, 25 Mar 2016 02:58:54 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_20090210085419_crawl100.arc.gz
server-timing: captures_list;dur=0.383120, exclusion.robots;dur=0.013480, exclusion.robots.policy;dur=0.007015, esindex;dur=0.009503, cdx.remote;dur=15.956696, LoadShardBlock;dur=232.941194, PetaboxLoader3.datanode;dur=145.995770, PetaboxLoader3.resolve;dur=287.298758, load_resource;dur=262.799961
x-app-server: wwwb-app214
x-ts: 200
x-tr: 532
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
# Written by Tony Hansen of AT&T
# Evaluate and output the iprog capability
eval `tput iprog`
# output the is1 and is2 initialization strings
tput is1
tput is2
# if the terminal supports tabs, set them
# otherwise, disable them
if [ -n "`tput ht`" ]
then stty tabs; tabs -8
else stty -tabs
fi
# output contents of the initialization file, if present
cat -s "`tput if`"
# output the is3 initialization string
tput is3