How can I use find command to find every type of the file (not just -type f but also specials such as sockets, device files etc.) but ommiting dirs?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
|
|||
|
|
|
You can have o look at find manual, but I doubt it is the proper way to find sockets and/or device files... I think the program to find such a device is a different one, don't remember what exactly right now, sorry! |
|||
|