Page is a not externally linkable
- Hardware and OS Related Technologies
-- Linux, Unix, and *nix like Operating Systems
---- remove lines in multiple files


bkeep - 4:17 pm on Jun 27, 2009 (gmt 0)


Have you tried using find?

find . -type f -name "*.html" -exec sed '6,106d' {} > {}.bak \;


Thread source:: http://www.webmasterworld.com/linux/3933209.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com