Computer Science, asked by swarup4u12, 28 days ago

how to display the message on 5th column of first line​

Answers

Answered by XxyourdarlingxX
0

\large\pink{\underline{{\boxed{\textbf{Your\: Answer}}}}}

How to do it...

  • To print the fifth column, use the following command: $ awk '{ print $5 }' filename.
  • We can also print multiple columns and insert our custom string in between columns. For example, to print the permission and filename of each file in the current directory, use the following set of commands:

Similar questions