N
N
neonox2012-12-18 21:37:56
linux
neonox, 2012-12-18 21:37:56

Copying filenames to a file?

Good day!
Tell me, what command in Linux can copy the names of all the files in a directory into a text file?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@mgyk, 2012-12-18
@neonox

find. -type f -depth 1 > filelist

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question