
ls:ai:7129d
show latest added file ending with .rotated
$ ls -lt *.rotated | head -n 1
try on your machine
List files ending with .rotated in descending order of modification time and show only the first one
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- show latest added file ending with .rotated?