Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

How to combine the output of multiple commands into a single file?

Answer:

You can combine multiple commands by a brackets, and do the file redirection.

E.g.

# (echo "A"; echo "B"; echo "C") > output.txt

  1. Combine multiple images into a single image with ImageMagick
  2. How to redirect output to a file
  3. How to run multiple commands at once in Linux?
  4. How to combine insert & update in a single SQL statement
  5. How to split a large file into multiple smaller files in Linux

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>