You are not logged in.

#1 2021-08-12 14:55:18

thomasbb
Member
Registered: 2020-05-22
Posts: 52

[SOLVED] man ls: option -F isn't detailed, what are `*/=>@|` ?

What are the meanings of indicators */=>@| in command ls -F?

Last edited by thomasbb (2021-08-12 17:12:09)

Offline

#2 2021-08-12 15:03:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,310

Re: [SOLVED] man ls: option -F isn't detailed, what are `*/=>@|` ?

As mentioned at  the end of the manpage, full documentation of these is available in the info rather than the manpages

info '(coreutils)' ls wrote:

‘-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

#3 2021-08-12 17:11:17

thomasbb
Member
Registered: 2020-05-22
Posts: 52

Re: [SOLVED] man ls: option -F isn't detailed, what are `*/=>@|` ?

Great, thank you for the hint

Offline

Board footer

Powered by FluxBB