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-13 4:56

>>23
if [ $(ls -m | wc -l) -gt 1 ]; then ls -1 | wc -l; else ls -m; fi

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