Use Version Sort to Get Smarter Sorting - GNU Tools

output with normal sort (sort):

node-c10-20-location
node-c12-20-location
node-c2-20-location
node-c4-20-location

output with version sort (sort -V):

node-c2-20-location
node-c4-20-location
node-c10-20-location
node-c12-20-location

Per @onetruedabe it’s only available on newer version of linux… not CentOS or OSX.