]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Tweak mysql output to match input :-) From Jan.
authorJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 14:58:38 +0000 (14:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 14:58:38 +0000 (14:58 +0000)
doc/coreutils.texi

index 7e7271e208215057ff3bc391a501b9779d385cd2..b7184fabec627cbf3d88f7e618f091d2aef7866b 100644 (file)
@@ -11911,14 +11911,14 @@ $ mysql -e 'create table home \
 $ mysqlimport --fields-terminated-by=, test home.cs
 @print{} test.home: Records: 4  Deleted: 0  Skipped: 0  Warnings: 0
 $ mysql -e 'select * from home' test
-@print{} +------+------+------+------+---------------------+
-@print{} | d    | u    | g    | o    | name                |
-@print{} +------+------+------+------+---------------------+
-@print{} | d    | rwx  | r-x  | r-x  | /home/fred/CVS      |
-@print{} | d    | rwx  | ---  | ---  | /home/fred/Mail     |
-@print{} | d    | rwx  | r-x  | r-x  | /home/fred/lilypond |
-@print{} | d    | rwx  | r-x  | r-x  | /home/fred/savannah |
-@print{} +------+------+------+------+---------------------+
+@print{} +------+------+------+------+----------+
+@print{} | d    | u    | g    | o    | name     |
+@print{} +------+------+------+------+----------+
+@print{} | d    | rwx  | r-x  | r-x  | CVS      |
+@print{} | d    | rwx  | ---  | ---  | Mail     |
+@print{} | d    | rwx  | r-x  | r-x  | lilypond |
+@print{} | d    | rwx  | r-x  | r-x  | savannah |
+@print{} +------+------+------+------+----------+
 @end example
 
 But beware of assumptions.