nightmorph 08/01/09 01:33:39 Modified: l-awk1.xml Log: typo fix for the last commit, should be passwd not password. whoops! no revbump, as it should have been in the previous commit
Revision Changes Path 1.8 xml/htdocs/doc/en/articles/l-awk1.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?r1=1.7&r2=1.8 Index: l-awk1.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- l-awk1.xml 9 Jan 2008 01:31:32 -0000 1.7 +++ l-awk1.xml 9 Jan 2008 01:33:39 -0000 1.8 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.7 2008/01/09 01:31:32 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.8 2008/01/09 01:33:39 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/articles/l-awk1.xml" disclaimer="articles"> @@ -66,7 +66,7 @@ specified <path>/etc/passwd</path> as our input file. When we executed awk, it evaluated the print command for each line in <path>/etc/passwd</path>, in order. All output is sent to stdout, and we get a result identical to <c>cat</c>ting -<path>/etc/password</path>. +<path>/etc/passwd</path>. </p> <p> -- [email protected] mailing list
