I am currently using s3cmd to download a file from s3. However, I would prefer to output the contents to STOUT. Do you know a unix tool that can do this?
Thanks, Jan
You need to add - at the end of the command arguments to redirect the output to STDOUT.
-
Example: s3cmd get s3://... -
s3cmd get s3://... -
See this thread for more details.
Source: https://habr.com/ru/post/1444606/More articles:select date + time + time zone with oracle db - dateCUDA "Compatible Device" Error on Ubuntu 11.10 / 12.04 - gpuHow to call Windows DLL from Ruby? - windowsHow do you use Ruby / DL? It is right? - cWhat is the correct comment line for utf-8 encoding for ruby? - ruby | fooobar.comRestart the process - c #How is code executed in a window service? - c #Web store semantic data directly in RDF or stored in SQL and exported / imported later - windowsHow to set events in jQuery.on function - javascriptSet id in sqlce table to auto grow? - c #All Articles