CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 02:10:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080518204816
location: https://web.archive.org/web/20080518204816/https://examples.oreilly.com/upt2/split/tputinit
server-timing: captures_list;dur=0.455873, exclusion.robots;dur=0.018856, exclusion.robots.policy;dur=0.009594, esindex;dur=0.010088, cdx.remote;dur=182.894580, LoadShardBlock;dur=112.639481, PetaboxLoader3.datanode;dur=49.152251
x-app-server: wwwb-app225
x-ts: 302
x-tr: 322
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Fri, 08 Aug 2025 02:10:10 GMT
content-type: text/plain
content-length: 432
x-archive-orig-date: Sun, 18 May 2008 20:48:14 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "54c3be-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: Sun, 18 May 2008 20:48:16 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="Tue, 16 Oct 2007 16:21:41 GMT", ; rel="memento"; datetime="Sun, 18 May 2008 20:48:16 GMT", ; rel="next memento"; datetime="Tue, 10 Feb 2009 08:54:54 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_3_20080518193113_crawl107-c/52_3_20080518204733_crawl100.arc.gz
server-timing: captures_list;dur=0.427872, exclusion.robots;dur=0.015074, exclusion.robots.policy;dur=0.007311, esindex;dur=0.011027, cdx.remote;dur=65.155907, LoadShardBlock;dur=290.551597, PetaboxLoader3.datanode;dur=269.903582, PetaboxLoader3.resolve;dur=151.396072, load_resource;dur=234.975334
x-app-server: wwwb-app225
x-ts: 200
x-tr: 614
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