files command on qnx 4.23

hello,
looking for a command simelar to “files” comand on qnx2 systems for qnx 4.23a
i need to find a file on that qnx 4 system

hope somebody can help…

regards
calavera68

try “find”, at least it is for finding files :stuck_out_tongue_winking_eye:

use find

typical: find / -name myfile.txt

PS: Not sure what “files” did.

files was close to “ls -R”. There was an ls but it did not support -R.