04-01-2019, 10:57 AM
the alias: alias ls="ls --color" in .bashrc returns color codes in variables - I never had problems with this on any other distribution before. is there a way i can use colors in xfce terminal but not getting them returned as text in a variable on linux lite?
I get the following output for this line:
as workaround I uncomment the line.
thanks for your help
I get the following output for this line:
Code:
for folder in `ls`;do ls $folder/*;done
as workaround I uncomment the line.
thanks for your help