[Tutor] ls *.py[co] >> .hidden

Emile van Sebille emile at fenx.com
Thu May 21 18:57:47 CEST 2015


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





More information about the Tutor mailing list