Não existe nenhum comando desse tipo que afete o shell e todos os utilitários UNIX, como ls
, que lidam com nomes de arquivos. SetFile
nem faz isso no Mac OS; isso afeta apenas o que o Finder exibe. bash
e outro shell baseado em linha de comando ainda exibirão arquivos ocultos por SetFile
.
No entanto, bash
tem duas variáveis de configuração que podem interessar a você:
FIGNORE
A colon-separated list of suffixes to ignore when performing
filename completion (see READLINE below). A filename whose
suffix matches one of the entries in FIGNORE is excluded
from the list of matched filenames. A sample value is
".o:~".
GLOBIGNORE
A colon-separated list of patterns defining the set of file-
names to be ignored by pathname expansion. If a filename
matched by a pathname expansion pattern also matches one of
the patterns in GLOBIGNORE, it is removed from the list of
matches.