Answers for "bash print files in directory with path"

0

bash print files in directory with path

# Basic syntax:
ls -d "$PWD"/* > list_of_files.txt
Posted by: Guest on May-18-2021

Code answers related to "bash print files in directory with path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language