no wildcards from command line

1996-10-03 Thread Rob Hanson
Hey there everyone, For some reason, I am not able to use any wildcards from the command line in Debian. I am meaning things like 'ls *', and other assorted wildcards. Is there some package I did not install that this should be in? It seems odd that I have the ability to use the ls, cp, rm,

Re: no wildcards from command line

1996-10-03 Thread Bruce Perens
[wildcard commands in the shell don't work] If you are using bash or sh, try unset -f -f, yes, it needs two -f flags. If you are using csh or tcsh, try unset noglob. Then figure out what set it. Bruce -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL