There is a file which i want to create ,how to write a shell command in sed or other?
file ‘/home/debian/01.flv’
file ‘/home/debian/02.flv’
file ‘/home/debian/03.flv’
file ‘/home/debian/04.flv’
file ‘/home/debian/05.flv’
file ‘/home/debian/06.flv’
file ‘/home/debian/07.flv’
file ‘/home/debian/08.flv’
file ‘/home/debian/09.flv’
file ‘/home/debian/10.flv’
file ‘/home/debian/11.flv’
if your problem is generating those text in your example, what you need is nothing more than seq (looks similar with sed )
for example, I want to generate 70 lines like that:
if you want to put the output in a file: