From: yosuke AT ccwf DOT cc DOT utexas DOT edu () Newsgroups: comp.os.msdos.djgpp Subject: Re: bash fignore? Date: 25 Apr 2001 17:36:19 GMT Organization: The University of Texas at Austin; Austin, Texas Lines: 30 Message-ID: <9c71uj$e76$2@geraldo.cc.utexas.edu> References: <9c71fn$e76$1 AT geraldo DOT cc DOT utexas DOT edu> NNTP-Posting-Host: piglet.cc.utexas.edu X-Trace: geraldo.cc.utexas.edu 988220179 14566 128.83.42.61 (25 Apr 2001 17:36:19 GMT) X-Complaints-To: abuse AT cc DOT utexas DOT edu NNTP-Posting-Date: 25 Apr 2001 17:36:19 GMT X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com yosuke AT ccwf DOT cc DOT utexas DOT edu wrote: : Hello all, : I have a question about bash. FIGNORE variable never worked. I have : : FIGNORE=.o:.O:.obj:.OBJ:\~ : export FIGNORE : in /_bashrc, and echo $FIGNORE tells me that it's : $echo $FIGNORE : .o:.O:.obj:.OBJ:~ : $ : With ls, I still see object files. What am I missing? : MY os is win98. Thank you very much! : -- : yosuke kimura : Center for Energy and Environmental Resources : The Univ. of Texas at Austin, USA I meant file completion by tab does not work. ls shouldn't be affected. duh. -- yosuke kimura Center for Energy and Environmental Resources The Univ. of Texas at Austin, USA