logo
首页技术栈工具库讨论
rewrite

rewrite

In the Unix shell there is no easy way to use a filter program to change the contents of a file in-place. For example, if you want to sort a file in place, this will not work: sort < myfile > myfile All that will get you is an empty myfile. This package gives you the rewrite program, so this will work: rewrite myfile sort
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconmassysett/rewrite0
HACKAGE
carbal install rewrite
查看
标签
根据用户添加的标签生成
暂无标签