Skip to main content
added 1 character in body
Source Link
RomanPerekhrest
  • 30.9k
  • 5
  • 47
  • 68

If you want to list files in a folder in custom sort order:

ls -1 yourfolder | sort -t'_' -k2,22n

If you want to list files in a folder in custom sort order:

ls -1 yourfolder | sort -t'_' -k2,2

If you want to list files in a folder in custom sort order:

ls -1 yourfolder | sort -t'_' -k2,2n
Source Link
RomanPerekhrest
  • 30.9k
  • 5
  • 47
  • 68

If you want to list files in a folder in custom sort order:

ls -1 yourfolder | sort -t'_' -k2,2