Skip to content

Instantly share code, notes, and snippets.

@bboydflo
Created April 28, 2021 13:03
Show Gist options
  • Save bboydflo/a116bfb20adfa4bbddfc39cdbbbe4479 to your computer and use it in GitHub Desktop.
Save bboydflo/a116bfb20adfa4bbddfc39cdbbbe4479 to your computer and use it in GitHub Desktop.
redirect output command to a file
```sh
# https://dustinpfister.github.io/2020/10/02/linux-redirection/
npm i . &>> output/npmi.log
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment