Linux 常用命令学习

sed 大法:

cat file | sed 's/string/replace_str/' file

按大小分割文件

split -b 100m filename

设置vi不自动转换tab:

set noexpandtab

上一篇:让Eclipse代码自动完成!


下一篇:Enum Types