jpsheffield

Results 1 comments of jpsheffield

> So far, we can use the find command: > ``` >`command('find . -type f -maxdepth 1').stdout.split("\n").map(&:strip).find_all(|x| !x.empty?) > ``` Works for me but doesn't fail if the directory to...