I tend to think in terms of 1 function that is meaningful for composability. The point in having small tools is that they can be combined in new ways, not just small programs for its own sake. To me it makes sense if you think of Unix itself as both the IDE and the system carrying out the purpose of the machine. We’ve gradually moved away from this though.
- 0 Posts
- 2 Comments
Joined 3 years ago
Cake day: September 23rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


In “The UNIX Programming Environment” from 1984, mail is described like this:
“Sending mail to someone is straightforward. Suppose it is to go to the person with the login name nico.
$ mail nico
Now type in the text of the letter
on as many lines as you like…
After the last line of the letter
type a control-d.
ctl-d
$”