Knowledge Base
Search...
Ctrl + K
Programação
Ruby
Lendo Arquivos
Copy
File.open(
"</path/to/file>"
).read
Executando Comandos
Copy
open(
"|<comando>"
).read
Previous
Python
Next
Portas
Last updated
2 years ago