[kanchilug] 1D1C - column

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Sun, 29 May 2022 06:00:00 +0530

column - columnate lists

To display the information of the text file in form of columns
$ column employee.txt

To List File Content in Tabular Format
$ column -t employee.txt

To convert file rows into columns
$ column -x employee.txt



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - column - Dhanasekar