Skip to content

Instantly share code, notes, and snippets.

@iDiogenes
Created February 23, 2009 23:10
Show Gist options
  • Save iDiogenes/69249 to your computer and use it in GitHub Desktop.
Save iDiogenes/69249 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
File.open("/home/jtrout/myfile").each { |line|
`rm #{line}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment