There is a file called โ:qโ!
Proof that even before IRC, people typed vi commands in the wrong window.
Edit: it disappeared! I guess it was an issue with archival, not with the original tape.
There is a file called โ:qโ!
Proof that even before IRC, people typed vi commands in the wrong window.
Edit: it disappeared! I guess it was an issue with archival, not with the original tape.
@samir Sort ofโฆ
If I download http://squoze.net/UNIX/v4/:q and have a look:
```
$ cat /tmp/_q
UNIX Fourth Edition
===================
Here you can find the contents of
the [UNIX v4 tape](https://archive.org/details/utah_unix_v4_raw)
ready for bootstrapping, including a tar file of the filesystem.
* [unix_v4.tap](unix_v4.tap) is the original tape file in simh format
* [bootstrap](bootstrap) are the first 38400 bytes of the tape
* [disk.rk](disk.rk) is the rest of the tape, an RK05 image
* [unix_v4.tar](unix_v4.tar) is the filesystem extracted
* [install.ini](install.ini) is an ini file for simh to install the system
* [boot.ini](boot.ini) is an ini file for simh to boot the system
```
Looks like Markdown with the README content. If I look at that `unix_v4.tar`:
```
$ tar -tf unix_v4.tar | grep -F : | wc -l
0
```