Skip to content

Instantly share code, notes, and snippets.

@Konstantinusz
Created September 1, 2020 01:22
Show Gist options
  • Save Konstantinusz/d7a610666dde6601a4683cf2f2b616ee to your computer and use it in GitHub Desktop.
Save Konstantinusz/d7a610666dde6601a4683cf2f2b616ee to your computer and use it in GitHub Desktop.
File.write "inode.txt",Dir["**/*.*"].reject{|z| z !~ /\.mp3$/i}.map{|z| [z,File.stat(z).ino]
}.sort_by{|z| z[1]
}.collect.with_index.map{|z,i| [i+1,z[0]].join(" -> ")
}.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment