Greetings,
I'm running 13.4-RELEASE-p1.
I'm trying to use 'sysutils/coreutils' for colorized ls since gnuls is no longer an option.
Using the Coreutils manual as a guide...
GNU Coreutils manual (Section 10.4 dircolors):
When I try to evaluate my .gdir_colors file I get an error saying "dircolors" command not found...
[carltonfsck@ssh ~]$ eval "$(dircolors -b ~/.gdir_colors)"
-bash: dircolors: command not found
[carltonfsck@ssh ~]$
If I place the following in my .bash_profile and source the file, I get the same error...
d=.gdir_colors
test -r $d && eval "$(dircolors $d)"
[carltonfsck@ssh ~]$ source .bash_profile
-bash: dircolors: command not found
[carltonfsck@ssh ~]$
In this case, the dircolors command doesn't exist. So, I used the 'gdircolors' command instead to invoke it (found this in my research). It works, but now it doesn't display two of the filetype's colors correctly.
I want any compressed file to show in WHITE (01;37) and jpg/jpeg files to show in MAGENTA (01;35), but they're both showing in GREEN. I've attached my .gdir_colors file for reference.
What am I missing?? Any ideas? This has been driving me nuts to no avail as I can't seem to figure it out. I thought a fresh pair of eyes might help.
And as always, thank YOU in advance to the FreeBSD community for any assistance.
--Cf
I'm running 13.4-RELEASE-p1.
I'm trying to use 'sysutils/coreutils' for colorized ls since gnuls is no longer an option.
Using the Coreutils manual as a guide...
GNU Coreutils manual (Section 10.4 dircolors):
When I try to evaluate my .gdir_colors file I get an error saying "dircolors" command not found...
[carltonfsck@ssh ~]$ eval "$(dircolors -b ~/.gdir_colors)"
-bash: dircolors: command not found
[carltonfsck@ssh ~]$
If I place the following in my .bash_profile and source the file, I get the same error...
d=.gdir_colors
test -r $d && eval "$(dircolors $d)"
[carltonfsck@ssh ~]$ source .bash_profile
-bash: dircolors: command not found
[carltonfsck@ssh ~]$
In this case, the dircolors command doesn't exist. So, I used the 'gdircolors' command instead to invoke it (found this in my research). It works, but now it doesn't display two of the filetype's colors correctly.
I want any compressed file to show in WHITE (01;37) and jpg/jpeg files to show in MAGENTA (01;35), but they're both showing in GREEN. I've attached my .gdir_colors file for reference.
What am I missing?? Any ideas? This has been driving me nuts to no avail as I can't seem to figure it out. I thought a fresh pair of eyes might help.
And as always, thank YOU in advance to the FreeBSD community for any assistance.
--Cf