wanted to find both link file and ordinary file using single find command

find . -type fl

o/p is only the ordinary file. where in it wont give the link files.

find . \( -type f -o -type l \)
1 Like

thanks methyl :slight_smile: :slight_smile:
ur awesome :):slight_smile: