OpenVMS DCL command DIRECTORY/NOHEADING displays just the full file name including path info in a single-column format without any of the normal headings for a directory listing. The /NOTRAILING switch removes the normal trailing total info that is displayed.
What is Linux for OpenVMS DIR/NOHEADING/TRAILING?
This example directory command from MYHOME:[MYDIR.SUBDIR] shows the complete file names including path info with no other info like size, date, headings and totals:
$ dir/noheading/notrailing
MYHOME:[MYDIR.SUBDIR]ABC.C;3
MYHOME:[MYDIR.SUBDIR]ABC.OBJ;3
MYHOME:[MYDIR.SUBDIR]ABC.EXE;3

lsflags, I guess. Please show us some sample output fromDIR /NOHEADING, most people don't know VMS. – Gilles Feb 4 at 23:34ls. And IIRC, VMS has a 2 (or 3?) deep fixed directory structure. Just way too different in concept. What does OP really need to know, and why? – vonbrand Feb 4 at 23:37