Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: list all except



On Feb 5,  9:50pm, zzapper wrote:
} 
} q1) Can I view what is setopted?

Sure.  Just run "setopt" with no arguments.  For a more detailed list,
first run "setopt ksh_option_print" and then "setopt".

} >ls *.csv
} xx.csv  yy.csv

Try "print *.csv" as well, just to see what you get.  It may be that "ls"
is hiding something from you.



Messages sorted by: Reverse Date, Date, Thread, Author