Date: Sun, 22 Aug 1999 10:58:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Klaus Reinhardt cc: djgpp AT delorie DOT com Subject: Re: Where change file name expansion? In-Reply-To: <37BC5680.F3E@TU-Berlin.DE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 19 Aug 1999, Klaus Reinhardt wrote: > I would like to change the ls-behaviour as follows: > > 1.) NOW: > ls -l kopiev~1.exe > -rwxr-xr-x 1 dosuser root 6064 Aug 12 12:07 kopiev~1.exe > 2.) I WISH: > -rwxr-xr-x 1 dosuser root 6064 Aug 12 12:07 Kopie von ... > (like: dir kopiev~1.* > ... > kopiev~1 exe 6.064 12.08.99 12:07 Kopie von RDT_MIDI.EXE > ... There's no such option in LS right now. To get the long name of a file given its short 8+3 alias, use the library function `_truename'.