I have a question, in windows I use a command that allows me to locate myself inside a directory and create a text file with all the existing files in the directory in question the command that I used for it is the following
cd /carpeta/ruta_de_archivos
copy *.* salida.txt
If there are 5 or 200 files in my path .prn or txt, the command I use simply creates a file named output.txt with the consecutive content of my files,
I have just flown Windows and installed 100% Xubuntu but I do not know how I can do what I used to do from Windows as I indicated.