Skip to content

Instantly share code, notes, and snippets.

@parro-it
Created October 23, 2017 20:48
Show Gist options
  • Save parro-it/1ca553e64a395054f9c963c497db766a to your computer and use it in GitHub Desktop.
Save parro-it/1ca553e64a395054f9c963c497db766a to your computer and use it in GitHub Desktop.
await $`ls`('-l', '--color')
.pipe($`grep`('run'))
.writeTo('/tmp/a')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment