- Thanks to sharp-eyed readers Dmitry Zhuravlev-Nevsky and Alexander Wireen, I have corrected a bunch of typos in the "Writing Shell Scripts" section of the tutorials.
Subscribe to:
Post Comments (Atom)
Learn the Linux command line! Write shell scripts!
Hi,
ReplyDeleteI'm studying "The Linux Command Line" book and when I execute this command (found on pg. 312; formatting output):sort -k 1,1 -k 2n distros.txt | sed -f distros-nl.sed | nl I get this result: Name Ver. Released
---- ---- --------
1 Fedora 5 2006-03-20
2 Fedora 6 2006-10-24
3 Fedora 7 2007-05-31
4 Fedora 8 2007-11-08
5 Fedora 9 2008-05-13
6 Fedora 10 2008-11-25
7 SUSE 10.1 2006-05-11
8 SUSE 10.2 2006-12-07
9 SUSE 10.3 2007-10-04
10 SUSE 11.0 2008-06-19
11 Ubuntu 6.06 2006-06-01
12 Ubuntu 6.10 2006-10-26
13 Ubuntu 7.04 2007-04-19
14 Ubuntu 7.10 2007-10-18
15 Ubuntu 8.04 2008-04-24
End Of Report
Ubuntu 8.10 2008-10-30
I have painstakingly reviewed all preceding directions and cannot find any place where I have made a mistake. Any help in this matter will be greatly appreciated.
[jane@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686 i686 i386 GNU/Linux