[Sed] Remove space line in the file[Sed] Remove space line in the filesed '/^$/d;' -i test.htmFind all of the htm file replace it. find ./ -name '*.htm' -print | xargs sed -i '/^$/d;'Re…Read More
[sed] USEFUL ONE-LINE SCRIPTS FOR SED-------------------------------------------------------------------------USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) Dec. 29, 2005Comp…Read More
0 意見:
張貼留言