gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master a816dae 1/2: Book: correct minor typo in Table


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master a816dae 1/2: Book: correct minor typo in Table example
Date: Tue, 17 Sep 2019 06:30:42 -0400 (EDT)

branch: master
commit a816dae6bdb8caa1ab070a03e9b46e739a3a579b
Author: Raul Infante-Sainz <address@hidden>
Commit: Raul Infante-Sainz <address@hidden>

    Book: correct minor typo in Table example
    
    In one example of using Table we were mistakenly using `awk' instead of
    `asttable', this has been corrected.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 199b180..03cba13 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -11918,7 +11918,7 @@ $ asttable bintab.fits --sort=3 -ooutput.txt
 
 ## Subtract the first column from the second in `cat.txt' (can also
 ## be a FITS table) and keep the third and fourth columns.
-$ awk cat.txt -c"arith c2 c1 -",3,4 -ocat.fits
+$ asttable cat.txt -c"arith c2 c1 -",3,4 -ocat.fits
 @end example
 
 Table's input dataset can be given either as a file or from Standard input



reply via email to

[Prev in Thread] Current Thread [Next in Thread]