/ Published in: Ruby
Expand |
Embed | Plain Text
$listoffile = %x(ls | sort -n).split("\n")
You need to login to post a comment.
suvorinov on 02/10/10
1 person have marked this snippet as a favorite
$listoffile = %x(ls | sort -n).split("\n")
You need to login to post a comment.