#!/bin/bash for filename in /mec/*.html; do sed -i '8s|.*|\t|'filename sed -i '15s|.*|\t\t
  • Home
  • |'filename done