Re: how to use terminal to unzip to a folder

2022-07-28 Thread mr.robertcole via MacVisionaries
Thanks, That’s what I needed. > On Jul 28, 2022, at 2:04 PM, Jonathan Cohn wrote: > > Hello, > Fairly easy way: > cd ~/Downloads/ > open *.zip && > > There is a zip command also which would use less resources as it doesn't open > a window, using this is probably more efficient, and it might

Re: how to use terminal to unzip to a folder

2022-07-28 Thread Jonathan Cohn
Hello, Fairly easy way: cd ~/Downloads/ open *.zip && There is a zip command also which would use less resources as it doesn't open a window, using this is probably more efficient, and it might even have an option to delete zip files after they are decompressed.It It does have option to comp