1. Organizing File Names
System AdministratorBackground
A list of file names like 'backup1.zip', 'backup10.zip', and 'backup2.zip' is appearing out of order.
Problem
Standard alphabetical sorting places 'backup10' before 'backup2'.
How to use
Paste the file list, select 'Alphabetical' sort, and ensure 'Natural Sort' is enabled.
sortBy: alphabetical, naturalSort: trueOutcome
The files are correctly ordered as backup1, backup2, ..., backup10.