Skip to content

Instantly share code, notes, and snippets.

@toc21c
Created May 13, 2015 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toc21c/cc5dc8c7ed7a1abae1b0 to your computer and use it in GitHub Desktop.
Save toc21c/cc5dc8c7ed7a1abae1b0 to your computer and use it in GitHub Desktop.
#!/bin/bash
while read line
do
filename=$line
# line 1~23
sed -i '1,23d' $filename
done < $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment