List file using ls command in Linux with full path April 10, 2023 by Tarik You can use ls -lrt -d -1 "$PWD"/{*,.*} It will also catch hidden files.