You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test: -xtype c
This test behaves the same as ‘-type’ unless the file is a symbolic link. If the file is a symbolic link,
the result is as follows (in the table below, ‘X’ should be understood to represent any letter except ‘l’):
‘‘-P -xtype l’’
True if the symbolic link is broken
‘‘-P -xtype X’’
True if the (ultimate) target file is of type ‘X’.
‘‘-L -xtype l’’
Always true
‘‘-L -xtype X’’
False unless the symbolic link is broken
The text was updated successfully, but these errors were encountered:
refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Type.html
The text was updated successfully, but these errors were encountered: