Re: how to use terminal to unzip to a folder

2022-07-29 Thread 'Jason White' via MacVisionaries
The unzip command is included in Mac OS. On 28/7/22 16:33, mr.robertcole via MacVisionaries wrote: 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

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

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

Re: How to use terminal?

2017-07-03 Thread Scott Granados
Yes, it was amazing to reach in and pull a processor and have everything still work. It had some very cool early on virtualization tricks. I always liked Sun hardware although it was expensive. > On Jul 3, 2017, at 2:43 PM, 'Janina Sajka' via MacVisionaries >

Re: How to use terminal?

2017-07-03 Thread 'Janina Sajka' via MacVisionaries
All I can say is "wow!" I've known about hot swapping drives, of course. That's pretty standard in RAID. But, I wasn't aware of swapping memory or processors. How awesome is that? Just wow! Scott Granados writes: > I had a bunch of very cool Sparcs when I ran my ISP. Sparc 20 hardware was >

Re: How to use terminal?

2017-06-30 Thread Scott Granados
network inferstructure and IP V 6 was >> demed to out of scope for this prject. >> >> -Original Message- >> From: 'Janina Sajka' via MacVisionaries >> [mailto:macvisionaries@googlegroups.com] >> Sent: Saturday, 1 July 2017 5:41 AM >> To: macvisiona

Re: How to use terminal?

2017-06-30 Thread Scott Granados
I had a bunch of very cool Sparcs when I ran my ISP. Sparc 20 hardware was pretty exciting at the time. I had it loaded up with Ross processors and memory chugging away on NNTP. The coolest hardware I ever worked with from Sun was the E10K. It was so cool changing processors while the

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
nt: Saturday, 1 July 2017 5:41 AM > To: macvisionaries@googlegroups.com > Subject: Re: How to use terminal? > > That's funny about MIT. What's actually happening is that they're finally > moving to IPv6. They're among the last to adopt 6, in part because they early > on acquir

RE: How to use terminal?

2017-06-30 Thread Simon Fogarty
, 1 July 2017 5:41 AM To: macvisionaries@googlegroups.com Subject: Re: How to use terminal? That's funny about MIT. What's actually happening is that they're finally moving to IPv6. They're among the last to adopt 6, in part because they early on acquired so much 4 space. So, this complainant

Re: How to use terminal?

2017-06-30 Thread Pete Nalda
There are only a few additions ip v6 has. Learn IPv4 and you're 75% there! ;) Egun On, Lagunak! (basque for G'day, Mates Louie P (Pete) Nalda MySpace.com/musikonalda Facebook.com/lpnalda Linkedin.com/in/lpnalda Twitter: @lpnalda > On Jun 30, 2017, at 12:40 PM, 'Janina Sajka' via MacVisionaries

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
A simple dash may work as well. I don't know. Man, I miss Sun hardware! Can't say I miss Sun OS particularly, but they built some fun hardware in their day. Scott Granados writes: > I started using the dash flag back in the Solaris / SunOS days and have stuck > with it. I will have to try your

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
Scott, the problem is that MIT has ignored 6 until very recently. I work via MIT hosted machines, a good number of which are not reachable by 6, e.g. irc.w3.org Scott Granados writes: > Wow, parts of 18.0.0.0/8 up for grabs. There’s a very simple and convincing > argument to that complainers

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
That's funny about MIT. What's actually happening is that they're finally moving to IPv6. They're among the last to adopt 6, in part because they early on acquired so much 4 space. So, this complainant is behind the times. Innovating for 4 is no longer forward thinking, imo. Janina Jonathan

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
I believe we have Heinlein to thank for "grok." And, indeed, Wikipedia confirms it was "Stranger in a Strange Land." https://en.wikipedia.org/wiki/Grok Gopher is gopher because it was developed at the University of Minnesota, where all the sports teams are "Gophers." And, it made a great pun

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
I've never used ex or ed, but they're both related to vi, now usually vim (as in improved). Deleting files with a particular word in the filename is trivial with the rm command. And, I believe you can grep the contents of nonbinary files for a particular expresion and pipe the output to rm. I

Re: How to use terminal?

2017-06-30 Thread Scott Granados
Wow, parts of 18.0.0.0/8 up for grabs. There’s a very simple and convincing argument to that complainers issues with giving IP space. It’s IP v6.:) Something tells me that MIT has dual stack running very very well. Give the guy a /48 and tell him to pipe down. haha > On Jun 30, 2017, at

Re: How to use terminal?

2017-06-30 Thread Jonathan Cohn
Ah yes finger… I believe I used that on systems other than Unix. Certainly there is a finger protocol in addition to the who protocol on the network. So, in college I would finger users on Columbia and MIT well known public servers and then start chat sessions with them. On a slightly

Re: How to use terminal?

2017-06-30 Thread Scott Granados
I love the grep command. I used to have a port for windows way back in the day. It’s funny some of the terms and commands, grep, grock, gopher, lynx and so on. We’ll leave finger out of it for now.;) > On Jun 29, 2017, at 11:16 PM, 'Janina Sajka' via MacVisionaries >

Re: How to use terminal?

2017-06-30 Thread Scott Granados
I started using the dash flag back in the Solaris / SunOS days and have stuck with it. I will have to try your method. > On Jun 29, 2017, at 11:11 PM, 'Janina Sajka' via MacVisionaries > wrote: > > Well, according to Wikipedia, it seems we're all correct: >

Re: How to use terminal?

2017-06-30 Thread Jonathan Cohn
Actually this is a good hint at how to do advanced commands in VI. g/outahere/d will globally find every line with outta here in it and delete that line. Perhaps we need a gred command to delete all files with a word in them :-) Actually makes me remember when I was only able to see two or

Re: How to use terminal?

2017-06-30 Thread -dan d.
Grep is a text search utility. If one has a person's name for example in a text file it can spot it, the result appears just above the command line. So for example: grep williams file This would return any line with "williams in the file. It is very powerful and can do much more then simple

Re: How to use terminal?

2017-06-30 Thread -dan d.
It can be greatly improved by a few changes. In vo utility make all cursors follow each other. Interact with text at all times, this allows thee vo line and paragraph and speech from cursor etc. to work on the screen content. One can then also move freely on the screen with the vo arrow

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
gt; [mailto:macvisionaries@googlegroups.com] On Behalf Of Scott Granados > Sent: Friday, 30 June 2017 3:23 AM > To: macvisionaries@googlegroups.com > Subject: Re: How to use terminal? > > And here I always thought it was switch user as that’s what it really does > not necessaril

Re: How to use terminal?

2017-06-30 Thread 'Janina Sajka' via MacVisionaries
lities > Might be the best option to do what I need to do. > > -Original Message- > From: 'Janina Sajka' via MacVisionaries > [mailto:macvisionaries@googlegroups.com] > Sent: Friday, 30 June 2017 3:19 AM > To: macvisionaries@googlegroups.com > Subject: Re: How to

RE: How to use terminal?

2017-06-30 Thread Simon Fogarty
ries@googlegroups.com Subject: Re: How to use terminal? And here I always thought it was switch user as that’s what it really does not necessarily switching to root although that’s the most common use. Learn something new everytime you post, how about that! > On Jun 29, 2017, at 11:17 AM, 'Janina Saj

RE: How to use terminal?

2017-06-30 Thread Simon Fogarty
. -Original Message- From: 'Janina Sajka' via MacVisionaries [mailto:macvisionaries@googlegroups.com] Sent: Friday, 30 June 2017 3:19 AM To: macvisionaries@googlegroups.com Subject: Re: How to use terminal? And, I, on the other hand, do as much as I possibly can in a terminal on whatever OS I

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
Whenever I can, I ssh to the terminal on my Apple. That includes using a Linux VM on my Mac to terminal into the host system. It's round about, but works much better than trying to use Voice Over in the Terminal, imo. Janina Anders Holmberg writes: > Hi! > I don’t like the speech in Mac in

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
My favorite obscure command is grep. I believe it means "get repetition." Checking with Wikipedia I find it's a bit more elaborate: "globally search a regular expression and print." https://en.wikipedia.org/wiki/Grep Anyway you slice it, it's a funny way to say "Find!" I wonder whether Google

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
Well, according to Wikipedia, it seems we're all correct: https://en.wikipedia.org/wiki/Su_(Unix) PS: To become another user I generally do: su -u [user] -i This insures I get the same environment that user gets on login-- the -i flag. Frankly, I don't know whether that works the same on BSD

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
Anytime and always! Done. Janina Scott Granados writes: > Let’s call it even, you just hipped me to the proper verbiage around su and I > hipped you back with the command n new window shortcut. Sounds like a fair > trade. > > > On Jun 29, 2017, at 11:31 AM, 'Janina Sajka' via MacVisionaries

Re: How to use terminal?

2017-06-29 Thread Anders Holmberg
Hi! I don’t like the speech in Mac in terminal mode. BUt i can ssh to my mac from another unix machine and use braille. Brltty is quite hard to compile in my opinion. At least for mac. /A > 29 juni 2017 kl. 15:52 skrev -dan d. : > > > I use terminal almost exclusively. The

Re: How to use terminal?

2017-06-29 Thread Jonathan Cohn
I just verified from the Free BSD man pages and su is described as "substitute user identity". So, if you are comfortable with terminal and share a machine with somebody, then the command: sudo su somebody - will give you permission to see all that person's files. Of course any encrypted files

Re: How to use terminal?

2017-06-29 Thread Scott Granados
Let’s call it even, you just hipped me to the proper verbiage around su and I hipped you back with the command n new window shortcut. Sounds like a fair trade. > On Jun 29, 2017, at 11:31 AM, 'Janina Sajka' via MacVisionaries > wrote: > > Here we go -- I've

Re: How to use terminal?

2017-06-29 Thread Scott Granados
No I get super user, I’ve heard root referred to as the super user for years I just didn’t think su was super user because it associates to all users not just root. For example, typing su - Janina would switch to and use the environmental variables of the Janina account. Simply doing su -

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
Here we go -- I've been doing it the hard way! Could I have noticed that? Probably. Did I? Not until you burned it into my sometimes slow noggin! Janina Scott Granados writes: > Or, if it’s easier, just do a command n for a new window and one will > automatically open. > > > On Jun 29,

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
Hey, Scott: The feeling is mutual. There's a bit more vocabulary associated with su. It's super user because this is the user with extraordinary powers that will trump all other permissions on the system. Simple example: If you have multiple users and one forgets their password, the super user

Re: How to use terminal?

2017-06-29 Thread Scott Granados
And here I always thought it was switch user as that’s what it really does not necessarily switching to root although that’s the most common use. Learn something new everytime you post, how about that! > On Jun 29, 2017, at 11:17 AM, 'Janina Sajka' via MacVisionaries >

Re: How to use terminal?

2017-06-29 Thread Scott Granados
Or, if it’s easier, just do a command n for a new window and one will automatically open. > On Jun 29, 2017, at 11:20 AM, 'Janina Sajka' via MacVisionaries > wrote: > > And, when you get the "has no Windows" message, just open one. Do VO+m, > and go to File

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
And, when you get the "has no Windows" message, just open one. Do VO+m, and go to File then Open. Scott Granados writes: > Just for the less experienced on the list, terminal is just dropping you to a > unix shell. When you hear people talk about unix this is simply a flavor of > it that the

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
And, I, on the other hand, do as much as I possibly can in a terminal on whatever OS I find myself on. So, there you go. Different strokes for different folks ... or whatever aphorism you might prefer at this spot. Isn't diversity wonderful? Janina E.T. writes: >I do as little as possible

Re: How to use terminal?

2017-06-29 Thread 'Janina Sajka' via MacVisionaries
I believe su was (and is) "super user," not "substitute user." Jonathan Cohn writes: > Ah, be very careful of any command in terminal that requires your password. > These are commands that are using the "sudo" command. > > Sudo essentially says run this as root which is the most privileged user

Re: How to use terminal?

2017-06-29 Thread -dan d.
I use terminal almost exclusively. The gui destop runs terminal based programs under the hood. For example finder runs mdfind to perform its functions. One can just use mdfind in terminal or one of the other file search programs of unix/linux. present in the terminal. The terminal allows one

Re: How to use terminal?

2017-06-29 Thread Scott Granados
Creating an installer is a great use of sudo because it runs the program as root and needs root to access the various block devices. It’s also why you need to be careful because root has access to all your files and block devices.;) Even running sudo on most unix machines gives you a little

Re: How to use terminal?

2017-06-28 Thread E.T.
I do as little as possible in Terminal, One instance where I used my password was when creating an installer. From E.T.'s Keyboard. . . "God for you is where you sweep away all the mysteries of the world, all the challenges to our intelligence. You simply turn your mind off and say

Re: How to use terminal?

2017-06-28 Thread Jonathan Cohn
Ah, be very careful of any command in terminal that requires your password. These are commands that are using the "sudo" command. Sudo essentially says run this as root which is the most privileged user on a UNIX system. While you can not break system files in Sierra due to extra security

Re: How to use terminal?

2017-06-28 Thread Scott Granados
Just for the less experienced on the list, terminal is just dropping you to a unix shell. When you hear people talk about unix this is simply a flavor of it that the pretty pictures part of Mac OS runs over. It’s an extremely powerful environment and also a well paying career path if you

Re: How to use terminal?

2017-06-28 Thread -dan d.
The say command alone plus a word will be spoken using the voice one uses in vo.Using the -v with a voice name uses that voice. If more then one word enclose them in quoatation marks. Using -f plus the name of a text file will speak the contents of the file. The -v plus voice works if

Re: How to use terminal?

2017-06-27 Thread Sharon Hooley
okay, I had success! And now, for even more of a kick, does anyone know how to make it say just anything you want to print command? Fun stuff, > On Jun 27, 2017, at 2:51 PM, E.T. wrote: > > Last I ran Terminal, I simply pasted code in and pressed enter. In some

Re: How to use terminal?

2017-06-27 Thread E.T.
Last I ran Terminal, I simply pasted code in and pressed enter. In some cases you may be asked for your log in password. From E.T.'s Keyboard. . . "God for you is where you sweep away all the mysteries of the world, all the challenges to our intelligence. You simply turn your mind off

Re: How to use terminal?

2017-06-27 Thread Jeff Berwick
When you open it, you are in the window. Just interact and then paste the code. When you are done, type “exit” and then you can close with command q. Hth, Jeff > On Jun 27, 2017, at 4:48 PM, Sharon Hooley wrote: > > Hi, > > I want to try copying and pasting the coding