I have a very simple question about the linux command line. Say I'm in a folder in the terminal with 6 CSV files. I'd like to simply print out the contents of the folder with all of the paths to the six files listed. I'd like to use these paths to these files in my code to access them. What command would do this?
Would it be a modified LS command? I'd like to not use the 'find' command.