Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、s3cmd を使用して s3 からファイルをダウンロードしています。ただし、コンテンツを STOUT に出力したいと思います。それができるUNIXツールを知っていますか?
ありがとう、ジャン
-出力を STDOUT にリダイレクトするには、コマンド引数の最後に追加する必要があります。
-
例 :s3cmd get s3://... -
s3cmd get s3://... -
詳細については、このスレッドを参照してください。