projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9750868
)
Recommend zcat piping into tar x, instead of tar xzf, because some of
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 19 Jun 2006 21:52:52 +0000
(21:52 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 19 Jun 2006 21:52:52 +0000
(21:52 +0000)
the Leland machines don't have GNU tar and thus don't support "z".
doc/intro.texi
patch
|
blob
|
history
diff --git
a/doc/intro.texi
b/doc/intro.texi
index afa067d86a659ba7e828bd6664702a25925cc22f..27ee2cbd11c409d051fd1fbd27f380582825221a 100644
(file)
--- a/
doc/intro.texi
+++ b/
doc/intro.texi
@@
-82,7
+82,7
@@
you log in.
Now you can extract the source for Pintos into a directory named
@file{pintos/src}, by executing
@example
-tar xzf /usr/class/cs140/pintos/pintos.tar.gz
+zcat /usr/class/cs140/pintos/pintos.tar.gz | tar x
@end example
Alternatively, fetch
@uref{http://@/www.stanford.edu/@/class/@/cs140/@/pintos/@/pintos.@/tar.gz}