Hi,
i am new at shell scripting and i need your help. i have a very big txt file that contains articles,authors,etc.
Each article has this form:
.I <article's serial number>
<article information(in new line)>.
What I need is a script tha will split this file into smaller ones.The script should find the character '.I' and put the characters after '.I' into a new .txt file named after the article's serial number.
Please help me...:S