VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I can't remove the lines between the series entries, i have to move them one by one, is there a faster way? (i will show what i mean with a image).Sorry i was to late with the title and now cant find a way to edit it.

    Its about EMDB (Eric's Movie Database)

    Image
    [Attachment 81709 - Click to enlarge]
    Quote Quote  
  2. you can use n++ to do this task.

    Also, you can use any of the below
    grep '.' file
    grep -v '^$' file

    sed -n '/./p' file
    sed '/^$/d' file

    awk '/./' file
    awk '!/^$/' file
    awk '$0 != ""' file
    awk 'length($0) != 0' file
    Quote Quote  
  3. Oke thanks, a bit complicated, you mean with notepad++? and which file should I edit?.
    A bit too complicated for me, I had hoped that it could be done from the app itself.
    Last edited by Mondriaan; 22nd Aug 2024 at 18:26. Reason: Keep it together
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!