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:19

if [ `ls | wc -w` -gt 3 ]; then ls | wc -l; else ls; fi

Assuming reasonable terminal width and filenames of reasonable length.

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