Skip to content

Instantly share code, notes, and snippets.

Created December 28, 2011 17:52
Show Gist options
  • Save anonymous/1528862 to your computer and use it in GitHub Desktop.
Save anonymous/1528862 to your computer and use it in GitHub Desktop.
move file
require FileUtils
FileUtils.mv 'test.txt', 'test1.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment