Extract every Nth line from a Text File using Command Line

In this video, I use the command line tool awk to extract every third line from a captions.sbv file. This should work on Mac, Linux and Windows Subsystem for Linux. Move to Desktop Folder View File (hit q to exit) Extract Every Third Line from captions.sbv ‘3’ is for every third line.‘2’ means start with …