command for showing the summary table

Is there any command to just show the summary table ? the summary is already calculated and I know the file is tab seperated table; but it would be nice to have a command to accept .summary and just show the final table.

sorry, not at this time. but if you know R or would like to start using R, you could do this…

summary.data <- read.table(file=“mysummaryfile.summary”, header=T, row.names=1)
summary(summary.data)