Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

bash he;lp

Name: Anonymous 2009-04-12 14:42

I want to make a command that will cd then ls if the dir contents will fit in one terminal line and if not will display number of items in dir how do I do that.

Name: Anonymous 2009-04-12 15:28

>>5
Enjoy rewriting most of the display logic in ls in your bash script.
However, two hints:

echo $COLUMNS
tput cols

The rest is just simple math and a lot of writing.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List