About 1,900,000 results
Open links in new tab
  1. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some …

  2. How can I pass a command line argument into a shell script?

    The shell command and any arguments to that command appear as numbered shell variables: $0 has the string value of the command itself, something like script, ./script, /home/user/bin/script …

  3. Install winget by the command line (powershell) - Stack Overflow

    I'm trying to write a PowerShell script to setup windows dev machines. I want to use winget but I don't see any easy way just to install winget using the commandline. You have to either use …

  4. Insert a new line without \newline command - TeX

    You can use \par to obtain a new paragraph. It is different from \newline or \\ which produce a line break (by the way, there is a \linebreak command, to break the line and justify the line before).

  5. Is it possible to break a long line to multiple lines in Python?

    The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces. If necessary, you can add an extra pair of parentheses …

  6. Multi-line (block) comments in LaTeX - LaTeX Stack Exchange

    In LaTeX, % can be used for single-line comments. For multi-line comments, the following command is available in the verbatim package. \begin {comment} Commented code \end …

  7. Multiline editing in Visual Studio Code - Stack Overflow

    Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at …

  8. How to boot Linux to command-line mode instead of GUI?

    I am using 32-bit Red Hat Linux in my VM. I want to boot it to command-line mode, not to GUI mode. I know that from there I can switch to GUI mode using startx command. How do I switch …

  9. plsql - DBMS_OUTPUT.PUT_LINE not printing - Stack Overflow

    In this tool, I had to enable DBMS output to view the results printed by dbms_output.put_line You can find this option in the result pane where other query results are displayed. so, in the result …

  10. command line - How to determine Linux kernel architecture?

    uname -m gives i686 and uname -m gives i686 i386 output in Red Hat Enterprise Linux Server release 5.4 (Tikanga) machine. I need to install Oracle Database 10g Release 2 on that …