To see only files use follwoing command.
ls -l | grep -v “^d”
To see only folders use follwoing command.
ls -l | grep “^d”
To see only files use follwoing command.
ls -l | grep -v “^d”
To see only folders use follwoing command.
ls -l | grep “^d”