We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this expected behavior/output of the cat command without having grep in the pipeline?
PS C:\Users\artek\Desktop\OneDrive - Microsoft\Current tasks\PowerShell & CLI & AzCopy\azcopy_windows_amd64_10.0.1> cat "C:\Users\artek.azcopy\ed3dc4a0-8949-9d4f-57dc-f8fccaa7bd4d.log" 2018/10/09 18:00:01 AzcopVersion 10.0.2-Preview 2018/10/09 18:00:01 OS-Environment windows 2018/10/09 18:00:01 OS-Architecture amd64 2018/10/09 18:10:14 AzcopVersion 10.0.2-Preview 2018/10/09 18:10:14 OS-Environment windows 2018/10/09 18:10:14 OS-Architecture amd64
The text was updated successfully, but these errors were encountered:
Hi @arammsft, I'm a bit confused by your question, are you saying that you have an incomplete log file? What command did you run to generate that log?
Sorry, something went wrong.
zezha-msft
No branches or pull requests
Is this expected behavior/output of the cat command without having grep in the pipeline?
PS C:\Users\artek\Desktop\OneDrive - Microsoft\Current tasks\PowerShell & CLI & AzCopy\azcopy_windows_amd64_10.0.1> cat "C:\Users\artek.azcopy\ed3dc4a0-8949-9d4f-57dc-f8fccaa7bd4d.log"
2018/10/09 18:00:01 AzcopVersion 10.0.2-Preview
2018/10/09 18:00:01 OS-Environment windows
2018/10/09 18:00:01 OS-Architecture amd64
2018/10/09 18:10:14 AzcopVersion 10.0.2-Preview
2018/10/09 18:10:14 OS-Environment windows
2018/10/09 18:10:14 OS-Architecture amd64
The text was updated successfully, but these errors were encountered: