Echo Command In Unix

  • Uploaded by: Sreenivasulu.P
  • 0
  • 0
  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Echo Command In Unix as PDF for free.

More details

  • Words: 109
  • Pages: 1
echo command: ------------echo - diplay a line of text Examples: ---------1. Display message on command prompt console: $echo 'Hello World' Hello World 2. Write a message to a file called echo.log $echo 'Welcome to Unix World' > echo.log $cat echo.log Welcome to Unix World 3. Append a message to file called echo.log $echo 'Text has been added' >> echo.log $cat echo.log Welcome to Unix World Text has been added 4. Append a message and command output on console: $echo "Today's date is $(date)" Today's date is Fri Sep 25 06:35:08 IST 2009 If you need more help on this "echo" command just type "man echo" on your Unix console.

Related Documents

Echo Command In Unix
June 2020 4
Unix Command
November 2019 26
Unix Command
August 2019 26
Unix Command Summary
November 2019 9
Short Command Unix
May 2020 6
Unix Command Dictionaries
October 2019 13