If you want ls to show the sub-directories, you need to add the -R . Your grep -v '^\.' will remove everything that starts with a .
確定! 回上一頁