Windows, Linux, Mac OS X, Java and Ruby Tips and Tricks
#!/usr/bin/env ruby mycontents = Dir.entries("/")mycontents.each { |x| puts x}Dir.foreach("/") { |x| puts x}
Post a Comment
No comments:
Post a Comment