Hello.

This patch removes the -g option from src/etc/skel/dot.cshrc.

The reason I am suggesting this change is that -g "does nothing;
[it is] kept for compatibility with older versions of ls" (source: ls(1));
so this option is superfluous on this alias.

If it is better opening a problem report, I will do it.  But I suppose
that someone on this mailing list will probably want to discuss this
change.

I hope OpenBSD developers will like this patch; if not, feel free
to drop it.

Cheers,
Igor.

--- dot.cshrc   Wed Feb 16 07:56:57 2005
+++ dot.cshrc   Wed Feb  7 13:50:20 2007
@@ -9,7 +9,7 @@
 alias j                jobs -l
 alias la       ls -a
 alias lf       ls -FA
-alias ll       ls -lgsA
+alias ll       ls -lsA
 alias tset     'set noglob histchars=""; eval `\tset -s \!*`; unset noglob 
histchars'
 alias z                suspend

Reply via email to