Skip to content

Instantly share code, notes, and snippets.

@yamasushi
Last active May 12, 2019 07:31
Show Gist options
  • Save yamasushi/355dec4cf1bf644a758279a80ff1cafa to your computer and use it in GitHub Desktop.
Save yamasushi/355dec4cf1bf644a758279a80ff1cafa to your computer and use it in GitHub Desktop.
プロセスの使用
#https://gist.github.com/yamasushi/355dec4cf1bf644a758279a80ff1cafa
open(`ls -a`) do p
while !eof(p) println(readline(p)) end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment