IBM AIX Question:

Write clear, echo, print and banner command?

Tweet Share WhatsApp

Answer:

• Clear: clears the terminal signal
• $ clear
• echo : Writes what follows to the screen.
• $ echo Lunch is at 12:00
• Lunch is at 12:00
• Banner : Writes character strings in large letters to the screen
• $ banner Hello
• $ print Lunch is at 12:00
• Lunch is at 12:00

Download AIX PDF Read All 116 AIX Questions
Previous QuestionNext Question
Write the date and calendar command?Write the key board shortcuts used on AIX terminal?