About 689,000 results
Open links in new tab
  1. -o in Linux terminal (Dash o); What does it mean?

    Feb 28, 2013 · The -o flag denotes the output file of a compile or link operation. Look at the man pages of the command to figure out all possible command line options.

  2. What does "wget -O" mean? - Stack Overflow

    Use of -O is not intended to mean simply "use the name file instead of the one in the URL;" rather, it is analogous to shell redirection: wget -O file http://foo is intended to work like wget -O - http://foo …

  3. What does "-o" means on shell command line? - Stack Overflow

    Feb 23, 2021 · that means that outfile or output of the compiled code should be named hello.exe. -o file. Place output in file file. This applies to whatever sort of output is being produced, whether it …

  4. ps - what is the difference between -o comm and -o command?

    They are not aliases, command outputs the full command and comm only the command name, so it is possible that the outputs are different. It all depends on what you want to extract the grep …

  5. What does -o mean in an "if"? - Unix & Linux Stack Exchange

    Apr 13, 2019 · As you can see in the Linux Documentation Project page about if, -o stands for the logical operator OR. In your case, the variable sorszam is checked whether it equals to 1, 2, or 3.

  6. What is `set -o keyword` doing on bash? - Unix & Linux Stack Exchange

    Jan 27, 2020 · With set -o keyword (or set -k) in bash (this is a non-standard shell option), the assignment is allowed to occur anywhere on the command line: I've never seen this option used …

  7. The Essential Linux commands that every user needs to know

    May 30, 2025 · With this command we can transfer a file to and from our Linux machine. For example if we wanted to download an image from a website we would use curl along with the -o option to …

  8. Grep : what is the difference between options -o and -c? - Linux ...

    Feb 1, 2023 · The -o option shows only matched part in your regex/word. For example, in the following, if you want to grep xyz word only, then you can do the following: The -c option count …

  9. gcc -o / -O option flags (output / optimization) - RapidTables.com

    gcc -o writes the build output to an output file. gcc -O sets the compiler's optimization level.

  10. 37 Important Linux Commands You Should Know - How-To Geek

    Oct 9, 2023 · Learn these commands, and you'll be much more at home at the Linux command prompt. The below list is presented in alphabetical order. A command's position in the list is not …

Refresh