Tagged Questions
1
vote
2answers
324 views
ZSH: Stripping path, filename and extension from a list of files for piping a command
The syntax for the command convert in ImageMagick is
convert source_filename.ext1 destination_filename.ext2
I would like to use zsh to feed it with files in a folder path_to_source and output the ...