#Looking for logic which can modify multiple files in a #directory.Eg /Sumit/Files/ in this there are 3 file #Sam123.12,Sam4 37.34,Sam676.81 .read file one by one and #need only those line which can match pattern like S[1234 #in a file and delete rest lines in file.
Two things are there:
read multiple files one by one automatically.
modify each file with respect to pattern.
thanks in advance
Two things are there:
read multiple files one by one automatically.
modify each file with respect to pattern.
thanks in advance
Comment