Skip to content

Instantly share code, notes, and snippets.

@leogdion
Created November 5, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leogdion/bd9725bd1ed2e069b86d1da9485210b3 to your computer and use it in GitHub Desktop.
Save leogdion/bd9725bd1ed2e069b86d1da9485210b3 to your computer and use it in GitHub Desktop.
awk '
/^(class|protocol|extension|struct|enum) ([a-zA-Z]+)/ {close(file); ++count; file=$2"."$1".swift"; print file; close file;}
file {print line > file}
{line=$0}
' RssReader.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment