2010/3/12 ????? ???????????? <olga.kryzhanovska at gmail.com>: > Christine: Which options and features do you need/want? >
Hi, in-place replacement, the -i switch. It allows sed to modify the file directly, instead of redirecting the output and then copying it back over. This is very useful when you use sed for text processing from within a script, operating over many files. CT