I want to read a file, and if a line respects some conditions i want to copy all of it to another file
was using sed ":$line:d" file >> newfile