#### quit Does what it says. #### info [column|row|both] Show the table information. #### head Show the first `n` (the default is 10) rows of the table. #### tail Show the last `n` (the default is 10) rows of the table. #### open \ [nohead|column|row|both] [\] [\] [\] [\] Open a dsv/csv file. The default setups are 'nohead', space for delimeter, '#' for annotations, and '!' for tags. If the file name ends with '.csv', the default delimeter is ','. #### save \ [\] [\] [\] Save table to a dsv/csv file. The default setups are space for delimeter, '#' for annotations, and '!' for tags. If the file name ends with '.csv', the default delimeter is ','. #### stats \ \ ... Show statistics of a data column or columns. If the input file has no column names, use inbuild names `C` to select the columns. #### enable column|row \ \ ... Enable table outputs. If the input file has no row or column names, use inbuild names `R` and `C` to select the rows and columns. #### disable column|row \ \ ... Disable table outputs. If the input file has no row or column names, use inbuild names `R` and `C` to select the rows and columns.