why the output of ls is like this

Posted by dorelal on Super User See other posts from Super User or by dorelal
Published on 2010-05-22T16:32:20Z Indexed on 2010/05/22 16:51 UTC
Read the original article Hit count: 286

Filed under:
|

I am using snow leopard and this is what I get in my terminal. By default I am using bash.

> ls c*

clock:
PSD               demo.html         jquery.tzineClock script.js         styles.css

clock2:

clojure-presentations:
Clojure-1up.pdf            ClojureInTheField-1up.pdf  license.html
Clojure-4up.pdf            README
ClojureForRubyists-1up.pdf keynote

coffee-script:
Cakefile      README        bin           examples      index.html    package.json  test
LICENSE       Rakefile      documentation extras        lib           src           vendor

© Super User or respective owner

why the output of ls is like this

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-05-22T16:32:20Z Indexed on 2010/05/22 16:40 UTC
Read the original article Hit count: 284

Filed under:
|

I am using snow leopard and this is what I get in my terminal. By default I am using bash.

> ls c*

clock:
PSD               demo.html         jquery.tzineClock script.js         styles.css

clock2:

clojure-presentations:
Clojure-1up.pdf            ClojureInTheField-1up.pdf  license.html
Clojure-4up.pdf            README
ClojureForRubyists-1up.pdf keynote

coffee-script:
Cakefile      README        bin           examples      index.html    package.json  test
LICENSE       Rakefile      documentation extras        lib           src           vendor

© Stack Overflow or respective owner

Related posts about shell

Related posts about command-line