linux - Bash: How to list only files with read permissions? -


this question has answer here:

how can list files read permissions on current directory ?

find -maxdepth 1 -type f -perm xxx

where xxx indicate file permission on targer file, according question.


Comments

Popular posts from this blog

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

python - TypeError: start must be a integer -

html - href attribute breaking an element -