Results 1 to 3 of 3
i have used the code:
echo -e "columnName \t columnName \t columnName \t"
but when i try to put a ls command into two columns, the output is overlapped and ...
- 05-18-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
Present information in a formatted table
i have used the code:
echo -e "columnName \t columnName \t columnName \t"
but when i try to put a ls command into two columns, the output is overlapped and does not stick to its own column
- 05-18-2008 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
- 05-18-2008 #3Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Easiest way to get exact column positioning is to use the shell's (bash of ksh) printf formatted output.


Reply With Quote
