On 5/21/2015 9:28 AM, Albert-Jan Roskam via Tutor wrote:
I just created an alias for this:
alias hidepycs="ls *.py[co] > .hidden"

Close -- try

alias ls='ls --hide=*.py[co]'

and when you want to see them use ls -a.

Emile



_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to