Skip to main content
Fix for newlines in filename
Source Link
Peter
  • 121
  • 3

The most simple version I use all the time and never had problems with is:

ls -1b1 | wc -l 

The most simple version I use all the time and never had problems with is:

ls -1 | wc -l 

The most simple version I use all the time and never had problems with is:

ls -b1 | wc -l 
Source Link
Peter
  • 121
  • 3

The most simple version I use all the time and never had problems with is:

ls -1 | wc -l