Recipe: How to copy files and directories recursively with tar

TAR is the Unix Tape ARchive utility. It can be used to either store data on a streaming tape device like a DAT drive, or store files in what is commonly called a tarball file - somewhat like a pkzip file, only compression is optional.

Copying a directory tree and its contents to another filesystem using tar will preserve ownership, permissions, and timestamps. A neat trick allows using tar to perform a recursive copy without creating an intermediate tar file.

To copy all of the files and subdirectories in the current working directory to the directory /target, use:

One of the best Lisp Tutorials around

This is one of the best Lisp tutorials around.

Thanks to Peter Siebel for such a gem. If you like it even half as much as I did, buy a dead tree copy!

Why Wolfram (Mathematica) did not use Lisp

A usenet post by Kent M Pitman on comp.lang.lisp - Fri, 8 Nov 2002 23:29:04 GMT

The 100 oldest currently-registered .com domains

This domain list was part of a 30-Nov-2004 blog entry at Jottings.com entitled "My Kingdom for a Time Machine!"

Symbolics products price list (August 2007)

(Price list obtained from sales@symbolics.com on 8/15/07)

Thank you for your request for information about Symbolics and our products. Our Open Genera software for HP/Compaq/DEC Alpha workstations running Tru64 Unix costs $5,000 for a single CPU license. There is an academic discount for students and teachers that brings the price down to $999. You should have a 300 mHz or greater Alpha workstation with at least 500 MB RAM, 4 MB cache and 1 GB of available disk space. Besides selling Open Genera and maintaining the installed base of Symbolics machines, we

Zmacs vs Emacs (with manual)

in

"It's kind of hard to appreciate the differences [between Zmacs and Emacs) from reading a description. It's even hard to appreciate it from using Zmacs. Where the light dawns is when you've been using Zmacs for a while and go back to using plain old Emacs.

A programmer's advice on learning lisp

(Source and copyright: "Learning lisp" - The old Joel on Software Forum)

Learning Lisp Fast - Part 3

(Source and copyright: Sean Luke - George Mason University, cs.gmu.edu/~sean/lisp/LispTutorial3.html)

Learning Lisp Fast - Part 2

(Source and copyright: Sean Luke - George Mason University, cs.gmu.edu/~sean/lisp/LispTutorial2.html)

Syndicate content