Yes.
Yes I do.
Why wouldn't a rational person do that? (yes, I'm questioning your rationale.)
But, yes. Yes I do. And I question why someone would NOT do that.
I also FULLY accept there are VALID reasons not to, and actually, would like to hear them (:
Because BOTH cases are SENSIBLE in the RIGHT situation. And a mixture is SANE.
@mjd @miru Whoa, whoa, whoa, dude. I was makin' a joke.
But, I will point out the "unix way" is to have the normal output of an operation be nothing. When you move or copy or uncompress a file, you just get a prompt back. It's "verbose" mode for a reason: that's abnormal.
Maybe you do do "ssh -v -v -v" but I'll bet you don't (Try it!) But you can do unix however you like. I just think it's funny that people always use -v with tar and with none of the other utilities that accept it.
I rarely use 3 verbose switches with ssh. Occasionally with other items... tcpdump normally 2, for example. Having multiple levels of verbosity is something I find good (:
@stevendbrewer @[email protected]
Yep, use that one constantly.
Because when I don't, I can't tell if the large files are moving. And I have a LOT of large files I move.
I suppose it's really a matter of "how much feedback do you need" and I am, almost without exception, "all the feedback" whereas you are "none of the feedback." Which works well for both of us, I imagine (:
I have trust issues. If the command doesn't seem to work right away I'll add three -v to that bad boy like a pastor doing the sign of the cross to drive out a demon.
And I used it on ssh to debug configs just last week :D
@miru `tar pfx file.tar` tar, please fucking extract
`tar wtf file.tar` tar what the fuck (is in this file)
Thanks @fasterthanlime