I want to quickly identify all writable files in the directory. What is the quick way to do it?
stat -c "%A->%n" *| sed -n '/^.*w.*/p'