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/NOTRAILING?
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.ls. 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?/f,/k, and/moptions to the (JP Software)dircommand and the default output format that they modify. But a Unix/Linux readership is not necessarily familiar with these notions.