How to count number of files in Linux?

preview_player
Показать описание
This is a quick tutorial to find number of files in linux. Video demonstrates simple command which can be used to find out number of files in current and sub-directories as well.

For more videos, please hit the LIKE button and SUBSCRIBE to our channel "LET'S LEARN"
-------------------
You can also follow us on social media platforms:
_________________________________________________
Links -
_________________________________________________
_________________________________________________
⭕️Follow us on Facebook -
_________________________________________________
⭕️Follow us on Instagram -
_________________________________________________
⭕️Follow us on Twitter -
_________________________________________________
Sites and other playlists:

_________________________________________________
✔️ To Learn more, check out the Playlists -
_________________________________________________
✔️ SQL Tutorial Playlist -
_________________________________________________
✔️ CATIA Playlist:
_________________________________________________
Рекомендации по теме
Комментарии
Автор

Prefer `find` for recursive tasks. Also note this solution will not count dot files.

BrunoBeltran
Автор

this will not only count files but also directories, symlinks, domain sockets, block devices, character devices...

FoWDarthLi