Skip to main content
added `-maxdepth 1`
Source Link
frostschutz
  • 52.2k
  • 7
  • 129
  • 179

Another find alternative:

find -maxdepth 1 -type f -printf "%i %p\n" 

Or yet another:

find -maxdepth 1 -type f -ls 

Another find alternative:

find -type f -printf "%i %p\n" 

Or yet another:

find -type f -ls 

Another find alternative:

find -maxdepth 1 -type f -printf "%i %p\n" 

Or yet another:

find -maxdepth 1 -type f -ls 
Source Link
frostschutz
  • 52.2k
  • 7
  • 129
  • 179

Another find alternative:

find -type f -printf "%i %p\n" 

Or yet another:

find -type f -ls