Created
April 28, 2021 13:03
-
-
Save bboydflo/a116bfb20adfa4bbddfc39cdbbbe4479 to your computer and use it in GitHub Desktop.
redirect output command to a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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