BSD for PDP-11/34a?


 
Thread Tools Search this Thread
Operating Systems BSD BSD for PDP-11/34a?
# 1  
Old 06-02-2018
that's a very specific question. Join the Unix Heritage Society mailing list.
This User Gave Thanks to dodona For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies
Login or Register to Ask a Question
SHOES(1)							       Shoes								  SHOES(1)

NAME
shoes - interpreter for Ruby files that use the Shoes library SYNOPSIS
shoes [options] (app.rb or app.shy) DESCRIPTION
Shoes is a very informal graphics and windowing toolkit for making simple graphical applications written in Ruby. The shoes command is used to run these applications. If no application is given on the command line, a file browser will be opened to let you pick one. Sup- ported file types are .rb, for plain Ruby files; or .shy, for compressed Shoes YAML archives. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`--'). A summary of the options sup- ported by shoes is included below. -h, --help Show summary of options. -m, --manual Open the built-in manual. -s, --shy DIRECTORY Compress a directory into a Shoes YAML (SHY) archive. SEE ALSO
The built-in manual can be read by running shoes -m. More information can be found on the Shoes website, at http://code.whytheluckystiff.net/shoes/. AUTHOR
Shoes was written by why the lucky stiff <why@whytheluckystiff.net>. This manual page was written by Bram Senders <bram@luon.net>, for the Debian project (but may be used by others). Curious (0.r396) 2008-01-22 SHOES(1)