Linux Posts, Programming Posts, Atmega Posts and others.
[List of all files (including in subfolders as well)]find /root/Desktop/september_task_TUI/ -type f | wc -l[List of all subfolders]find /root/Desktop/september_task_TUI/ -type f | wc -d
[List of all subfolders]find /root/Desktop/september_task_TUI/ -type f | wc -d xxxxfind /root/Desktop/september_task_TUI/ -type d find /root/Desktop/september_task_TUI/ -type d | wc -l
[List of all files (including in subfolders as well)]
ReplyDeletefind /root/Desktop/september_task_TUI/ -type f | wc -l
[List of all subfolders]
find /root/Desktop/september_task_TUI/ -type f | wc -d
[List of all subfolders]
ReplyDeletefind /root/Desktop/september_task_TUI/ -type f | wc -d xxxx
find /root/Desktop/september_task_TUI/ -type d
find /root/Desktop/september_task_TUI/ -type d | wc -l