Tagged Questions
1
vote
1answer
388 views
What does @ sign mean in 'ls' output on Mac OSX Lion terminal? [duplicate]
Possible Duplicate:
what does the @ mean in ls -l?
What does the @ sign mean in the following "ls" output?
-rw-r--r--@ 1 root wheel 489 Jan 4 13:14 boot.plist
2
votes
2answers
1k views
How to change the colour of embedded terminal in linux mint 12 to be able to use `ls` and `byobu`?
I'm using Linux Mint 12 and am having problems with the embedded terminal in gedit.
Using the default themes I'm unable to use 'ls' and 'byobu' as in part of their output foreground and background ...
15
votes
2answers
3k views
Output from ls has newlines but displays on a single line. Why?
I think I may be overlooking a relatively fundamental point regarding shell. Output from the ls command by default separates output with newlines, but the shell displays the output on a single line.
...
4
votes
2answers
1k views
Scrolling through ls output without a mouse
In some directories there are quite a few files. When I use ls the output is more than my terminal can handle. Typically I just use one of the following:
ls | less
ls | more
depending on my mood. ...
2
votes
1answer
752 views
LS_COLORS settings for specific types of files
I'm trying to set up my color scheme for ls, and I'm having trouble finding information about exactly what parameters I have to work with, or where those come from. And especially setting colors for ...