Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 1997 14:33:47 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/3730: deprecated option g of ls(1) in dot.profile
Message-ID:  <199705311233.OAA05294@helbig.informatik.ba-stuttgart.de>
Resent-Message-ID: <199705311240.FAA22172@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3730
>Category:       conf
>Synopsis:       deprecated option g of ls(1) in dot.profile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 31 05:40:01 PDT 1997
>Last-Modified:
>Originator:     Wolfgang Helbig
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	The alias ll in dot.profile defines ls with the deprecated option -g. 

>How-To-Repeat:

	

>Fix:
Index: dot.profile
===================================================================
RCS file: /usr/cvsroot/src/share/skel/dot.profile,v
retrieving revision 1.11
diff -c -r1.11 dot.profile
*** dot.profile	1997/03/08 16:35:39	1.11
--- dot.profile	1997/05/31 11:48:40
***************
*** 31,37 ****
  alias h='fc -l'
  alias j=jobs
  alias m=$PAGER
! alias ll='ls -lagFo'
  alias l='ls -l'
  alias g='egrep -i'
   
--- 31,37 ----
  alias h='fc -l'
  alias j=jobs
  alias m=$PAGER
! alias ll='ls -laFo'
  alias l='ls -l'
  alias g='egrep -i'
   
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705311233.OAA05294>