Bash – Fully qualified path/name from a directory

I needed to copy all of the files under a directory from a docker container — and there is a quick command line that will list the fully qualified path/filename for everything under the current directory:

find $PWD

Leave a Reply

Your email address will not be published. Required fields are marked *