I'm going through a video to learn about commands, and I noticed that when the guy inputs a command, most of them have the -v
option by default, without him actually inputting -v
in the command options.
He mentioned that he enabled "verbose", but I can't seem to find anything online that mentions what I'm looking for. I'm not sure if it is relevant, but I'm on a VM.
Video: https://www.youtube.com/watch?v=ZtqBQ68cfJc&t=5377s
How can I enable this verbose mode?
-v
is also a common short option for--version
– phuclv Apr 17 '23 at 08:31gzip
without the-v
? Do you need a second alias, or is there a way to say "ignore the aliases, just run gzip"? – user2554330 Apr 17 '23 at 08:50