Skip to content

Instantly share code, notes, and snippets.

@topher6345
Last active August 29, 2015 14:05
Show Gist options
  • Save topher6345/da98a089f4bea3376f47 to your computer and use it in GitHub Desktop.
Save topher6345/da98a089f4bea3376f47 to your computer and use it in GitHub Desktop.
Alphabetize Yaml file
require 'yaml'
puts YAML.load_file(ARGV[0].to_s).sort

usage

ruby alphabetize.rb example.yaml > example_sorted.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment