Problem: to combine PATHs with filenames, such that I can easily source many files.
I have two files A and B. ls
gives their names clearly.
I run
pwd `ls`
I get the error message
too many arguments
I did not find an option for pwd which would allow me to have more than one argument.
How can you combine pwd's output to filenames.