How do you specify filenames within a zip when creating it on the command line from a pipe?
You can do this. ls | zip test.zip -@ this is done from the notion that i have 3 files in the dir. -rw-rw-r– 1 xxx domain users 6 Jan 7 11:41 test1.txt -rw-rw-r– 1 xxx domain users 6 Jan 7 11:41 test2.txt -rw-rw-r– 1 xxx domain users 6 Jan 7 11:41 test3.txt and the … Read more