CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 00:58:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210084627
location: https://web.archive.org/web/20090210084627/https://examples.oreilly.com/upt2/split/qcsh
server-timing: captures_list;dur=1.466893, exclusion.robots;dur=0.025971, exclusion.robots.policy;dur=0.010949, esindex;dur=0.013659, cdx.remote;dur=38.268264, LoadShardBlock;dur=86.105987, PetaboxLoader3.datanode;dur=83.112074
x-app-server: wwwb-app224
x-ts: 302
x-tr: 153
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 00:58:04 GMT
content-type: text/plain
content-length: 226
x-archive-orig-date: Tue, 10 Feb 2009 08:46:27 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "b0a853-e2-90194900"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 226
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:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 26 Apr 2002 16:04:34 GMT", ; rel="prev memento"; datetime="Sun, 18 May 2008 20:33:03 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 08:46:27 GMT", ; rel="next memento"; datetime="Wed, 30 Sep 2015 12:47:57 GMT", ; rel="last memento"; datetime="Fri, 25 Mar 2016 03:20:13 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.475263, exclusion.robots;dur=0.019293, exclusion.robots.policy;dur=0.009097, esindex;dur=0.009932, cdx.remote;dur=24.297353, LoadShardBlock;dur=116.679948, PetaboxLoader3.datanode;dur=124.172170, PetaboxLoader3.resolve;dur=133.856343, load_resource;dur=170.825325
x-app-server: wwwb-app224
x-ts: 200
x-tr: 338
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
# qcsh -- sh/ksh function to do curly brace operators by executing csh
# on a temporary file that contains the commands you wish to execute.
qcsh()
{
echo "$@" > /tmp/q$$
csh -f /tmp/q$$
rm -f /tmp/q$$
}