jdhao's digital space

Recent content on jdhao's digital space

马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml

Linux Tips and Tricks -- s3

2020年12月22日 23:04

Calculate the stat of a column of numbers
#

Suppose we have a file where each line a number, and we want to the get stat of these numbers on the command line.

Use python
#

If Python is installed in the system, we can use the following command: