Tengo esta estructura de archivo. Yo quería usar el nombre de archivo de imagen anexa con los nombres de carpeta principal.
Antes:
├── ak
│ ├── adak
│ │ ├── Hello\ World456
│ │ ├── cup-printing
│ │ │ └── Tshirt-printing.jpg
│ │ ├── hello-\ world789
│ │ ├── hello-world79
│ │ └── tshirt\ printing
│ │ └── Tshirt-printing.jpg
│ ├── akhiok
│ │ ├── Hello\ World456
│ │ ├── cup-printing
│ │ │ └── Tshirt-printing.jpg
│ │ ├── hello-\ world789
│ │ ├── hello-world79
│ │ └── tshirt\ printing
│ │ └── Tshirt-printing.jpg
Aquí los padres los nombres de las carpetas son de ak, adak.
Ak= nombre del estado Adak = nombre de la ciudad.
Después de esto debe ser como esta..
Después de:
├── ak
│ ├── adak
│ │ ├── Hello\ World456
│ │ ├── cup-printing
│ │ │ └── Tshirt-printing-adak-ak.jpg
│ │ ├── hello-\ world789
│ │ ├── hello-world79
│ │ └── tshirt\ printing
│ │ └── Tshirt-printing-adak-ak.jpg
│ ├── akhiok
│ │ ├── Hello\ World456
│ │ ├── cup-printing
│ │ │ └── Tshirt-printing-akhiok-ak.jpg
│ │ ├── hello-\ world789
│ │ ├── hello-world79
│ │ └── tshirt\ printing
│ │ └── Tshirt-printing-akhiok-ak.jpg
Comando de Bash puede ayudar aquí?
En el Automator,
Estoy atascado en la búsqueda de todas las imágenes del archivo de nombre "camiseta" Así que necesito encontrar el cambiar el nombre del archivo a su carpeta principal.