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

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -