OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Meanie on December 10, 2006, 09:06:16 pm
-
I want to change the colour of the directories when displayed by ls in a bash script. I tried generating the values for LS_COLORS and exported the env but it doesn't have any effect. Also, there is no DIR_COLORS file under /etc
I compiled dircolors so I got the right colour string, but it doesn't appear to be working. What else do I need?
-
I want to change the colour of the directories when displayed by ls in a bash script. I tried generating the values for LS_COLORS and exported the env but it doesn't have any effect. Also, there is no DIR_COLORS file under /etc
I compiled dircolors so I got the right colour string, but it doesn't appear to be working. What else do I need?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=148761\")
I'm using Bundabrg's pdaxrom-patchlist ipk, which does all this stuff. I've never looked at the contents, but it all works:
[a href=\"http://www.worldguard.com.au/projects/zaurus/pdaxrom/current/cookpot/]http://www.worldguard.com.au/projects/zaur...urrent/cookpot/[/url]
-
I want to change the colour of the directories when displayed by ls in a bash script. I tried generating the values for LS_COLORS and exported the env but it doesn't have any effect. Also, there is no DIR_COLORS file under /etc
I compiled dircolors so I got the right colour string, but it doesn't appear to be working. What else do I need?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=148761\")
I'm using Bundabrg's pdaxrom-patchlist ipk, which does all this stuff. I've never looked at the contents, but it all works:
[a href=\"http://www.worldguard.com.au/projects/zaurus/pdaxrom/current/cookpot/]http://www.worldguard.com.au/projects/zaur...urrent/cookpot/[/url]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148765\"][{POST_SNAPBACK}][/a][/div]
thanks. I figured it out. the ls in busybox doesn't support LS_COLORS. I compiled my own copy of ls from the coreutils sources and all works
-
thanks. I figured it out. the ls in busybox doesn't support LS_COLORS. I compiled my own copy of ls from the coreutils sources and all works
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148767\"][{POST_SNAPBACK}][/a][/div]
That's interesting - I haven't figured out what settings were changed (it might not even be the package I thought it was) to make it work for me, but I'm still using the busybox ls.