Skip to content

Instantly share code, notes, and snippets.

@m2ym
Created May 7, 2012 06:27
Show Gist options
  • Select an option

  • Save m2ym/2626252 to your computer and use it in GitHub Desktop.

Select an option

Save m2ym/2626252 to your computer and use it in GitHub Desktop.
Skip N lines
#!/usr/bin/env ruby
ARGV.shift.to_i.times { ARGF.gets }
print ARGF.read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment