Decoded: GNU Core Utilities v8.3 (2018) Source file: ls-vdir.c Line-by-line code walkthrough by MaiZure ls-vdir.c implements the 'vdir' utility in coreutils Original code: https://github.com/MaiZure/coreutils-8.3/blob/master/src/ls-vdir.c 1 Includes the ls header, which includes the mode macros 2 Sets the global mode to LS_LONG_FORMAT as used in the ls utility 3 EOF