CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 00:49:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210085358
location: https://web.archive.org/web/20090210085358/https://examples.oreilly.com/upt2/split/.enter.sh
server-timing: captures_list;dur=2.756692, exclusion.robots;dur=0.026440, exclusion.robots.policy;dur=0.011677, esindex;dur=0.017975, cdx.remote;dur=30.802738, LoadShardBlock;dur=126.215193, PetaboxLoader3.datanode;dur=56.733467, PetaboxLoader3.resolve;dur=64.382773
x-app-server: wwwb-app220
x-ts: 302
x-tr: 186
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app220; 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:49:27 GMT
content-type: text/x-sh
content-length: 342
x-archive-orig-date: Tue, 10 Feb 2009 08:53:58 GMT
x-archive-orig-server: Apache
x-archive-orig-last-modified: Mon, 31 Mar 2008 18:10:12 GMT
x-archive-orig-etag: "5ce0ff-156-90194900"
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 342
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/x-sh
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 10 Feb 2009 08:53:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 18 Aug 2002 00:42:26 GMT", ; rel="prev memento"; datetime="Wed, 18 Oct 2006 00:08:41 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 08:53:58 GMT", ; rel="next memento"; datetime="Wed, 30 Sep 2015 17:27:28 GMT", ; rel="last memento"; datetime="Fri, 25 Mar 2016 03:18:11 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_20090210084506_crawl100.arc.gz
server-timing: captures_list;dur=0.539720, exclusion.robots;dur=0.018977, exclusion.robots.policy;dur=0.009000, esindex;dur=0.010375, cdx.remote;dur=15.277544, LoadShardBlock;dur=173.052911, PetaboxLoader3.datanode;dur=98.292701, PetaboxLoader3.resolve;dur=398.074383, load_resource;dur=404.016539
x-app-server: wwwb-app220
x-ts: 200
x-tr: 622
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
# Sample .enter.sh file for use with the sh-type 'cd' function
# Save previous umask; reset in .exit.sh:
prevumask=`umask`
# Let everyone in the group edit my files here:
umask 002
echo ".enter.sh: setting umask to 002"
# Prompt (with blank line before) to keep me awake:
PS1="
$PWD - PROJECT DEVELOPMENT DIRECTORY. EDIT CAREFULLY...
$ "