Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
Bash script 中 一般用什么来编辑文件?
http://forum.ubuntu.com.cn/viewtopic.php?t=319121
分页:
1
/
1
Bash script 中 一般用什么来编辑文件?
发表于 :
2011-02-25 12:26
由
only_one
我一般用> >> 和sed -i
有没有别工具啊
Re: Bash script 中 一般用什么来编辑文件?
发表于 :
2011-02-25 13:28
由
trigger
>是重定向,和下面的工具不是一类东西(下面的这些其实也不是一类东西
)
sed
awk
perl
grep
cut
split
join
head
tail
...
...