You are not logged in.
What are the meanings of indicators */=>@| in command ls -F?
Last edited by thomasbb (2021-08-12 17:12:09)
Offline
As mentioned at the end of the manpage, full documentation of these is available in the info rather than the manpages
‘-F’
‘--classify’
‘--indicator-style=classify’
Append a character to each file name indicating the file type.
Also, for regular files that are executable, append ‘*’. The file
type indicators are ‘/’ for directories, ‘@’ for symbolic links,
‘|’ for FIFOs, ‘=’ for sockets, ‘>’ for doors, and nothing for
regular files. Do not follow symbolic links listed on the command
line unless the ‘--dereference-command-line’ (‘-H’),
‘--dereference’ (‘-L’), or
‘--dereference-command-line-symlink-to-dir’ options are specified.
Offline
Great, thank you for the hint
Offline