欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
brew install coreutils tail -n -1 huge.csv > header.csv sed -e '$ d' huge.csv >> header.csv # or ghead -n -1 huge.csv >> header.csv