This commit is contained in:
张壹 2024-12-17 12:33:13 +08:00
parent 4959733702
commit af0cc92ecc

View File

@ -5,9 +5,9 @@ Does what it says.
Show the table information. Show the table information.
#### open \<file\> [hashead|nohead] [\<delimeter\>] [\<tag-sym\>] [\<att-sym\>] #### open \<file\> [hashead|nohead] [\<delimeter\>] [\<tag-sym\>] [\<att-sym\>]
Open a dsv/csv file Open a dsv/csv file. The default setups are 'nohead', space for delimeter, '#' for annotations, and '!' for tags.
#### save #### save \<file\>
Save table to a dsv/csv file Save table to a dsv/csv file
#### stats \<column\> \<column\>... #### stats \<column\> \<column\>...