1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00
Files
mc/docs/commands/cat.md
2015-04-28 11:03:34 -07:00

517 B

cat

NAME:
   mc cat - Concantenate objects or files to standard output

USAGE:
   mc cat SOURCE

EXAMPLES:
   1. Concantenate an object from Amazon S3 object storage to mplayer standard input
      $ mc cat https://s3.amazonaws.com/jukebox/klingon_opera_aktuh_maylotah.ogg | mplayer -

   2. Concantenate a file from local filesystem to standard output.
      $ mc cat khitomer-accords.txt

   3. Concantenate multiple files from local filesystem to standard output.
      $ mc cat *.txt > newfile.txt