sed 大法:
cat file | sed 's/string/replace_str/' file
按大小分割文件
split -b 100m filename
设置vi不自动转换tab:
set noexpandtab
2022-04-26 00:56:21
sed 大法:
cat file | sed 's/string/replace_str/' file
按大小分割文件
split -b 100m filename
设置vi不自动转换tab:
set noexpandtab
下一篇:Enum Types