help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Loop with files coming through sorted by name


From: tolugboji
Subject: Loop with files coming through sorted by name
Date: Sat, 16 Oct 2021 02:05:22 +0000

I have a list of image files and want to pass them in a loop with files coming 
through sorted by name.

Have seen this approach

for

filename

in

`ls | sort -n`

Are backticks still a good way to do this, as currently things are shifting 
towards $().

reply via email to

[Prev in Thread] Current Thread [Next in Thread]