find . -type f -print
prints out
./file1
./file2
./file3
Any way to make it print
file1
file2
file3
?
See Question&Answers more detail:osfind . -type f -print
prints out
./file1
./file2
./file3
Any way to make it print
file1
file2
file3
?
See Question&Answers more detail:os