minus-squareylph@lemmy.worldtoSelfhosted@lemmy.world•OpenSubtitles HostilitylinkfedilinkEnglisharrow-up7arrow-down1·1 year agoWhat’s wrong with using a text editor to remove lines ? In vim for example :g/pattern/d or :g!/pattern/d with regular expressions is a powerful tool for removing lines in bulk if needed. linkfedilink
What’s wrong with using a text editor to remove lines ? In vim for example :g/pattern/d or :g!/pattern/d with regular expressions is a powerful tool for removing lines in bulk if needed.