Skip to content

Instantly share code, notes, and snippets.

@kevinjqiu
Created August 9, 2017 20:37
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 kevinjqiu/793286b0f5b4cb5c68f688989c3a2e65 to your computer and use it in GitHub Desktop.
Save kevinjqiu/793286b0f5b4cb5c68f688989c3a2e65 to your computer and use it in GitHub Desktop.
ln -s s.rb ss.rb
irb
irb(main):001:0> File.stat('s.rb').ino
=> 4591794
irb(main):002:0> File.stat('ss.rb').ino
=> 4591794
irb(main):003:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment