ZIP
Using Info-ZIP
Zip list of files
For example in a Makefile
Where files.txt
looks like
a/b/c.txt
d/e.txt
f/g/h/i/j.txt
The contents of the zip will be
c.txt
e.txt
j.txt
Using Info-ZIP
For example in a Makefile
Where files.txt
looks like
a/b/c.txt
d/e.txt
f/g/h/i/j.txt
The contents of the zip will be
c.txt
e.txt
j.txt