Tagged Questions
1
vote
1answer
108 views
find . -type l says missing argument
I want to find all symbolic links in the current directory and below. Therefore, I used:
find . -type l
Running that clears the screen showing "Pattern not found (press RETURN)" at the bottom of ...