-
Hello sir. I have tried this command to out put the file from your docker image, but it doesn't work: it scans well, just that it does not output the file. May you tell me how to output it? |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
May 8, 2022
Replies: 1 comment 3 replies
-
@HeangSok you can write the output to local file either using
or
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@HeangSok you can write the output to local file either using
tee
or redirecting the output to file with>
, for example:or