About 1,820,000 results
Open links in new tab
  1. How do I break a string in YAML over multiple lines?

    Sep 6, 2016 · You can control the handling of the final new line in the string, and any trailing blank lines (\n\n) by adding a block chomping indicator character: >, |: "clip": keep the line feed, remove the …

  2. vi - How go to line N? - Unix & Linux Stack Exchange

    Jan 25, 2024 · In vi editor how do I go to a particular line? For example if I open a file named file.py is there an option for open the file at a particular line, or can I open my file and then go to line with

  3. How do I delete a Git branch locally and remotely?

    Jan 5, 2010 · git branch -a Pruning the obsolete local remote-tracking branch origin/X If you didn't delete your remote branch X from the command line (like above), then your local repository will still contain …

  4. How can I verify SSL certificates on the command line?

    Jul 7, 2011 · I'm trying to validate/verify that the rsa key, ca-bundle, and certificate stored here are ok. They are not being served by a webserver. How can I verify them?

  5. What is the difference between \\r\\n, \\r, and \\n? - Stack Overflow

    This is easy to understand if you imagine a typewriter in front of you: \n - rotates the typewriter one line down \r - returns a carriage, i.e. moves the typewriter roller or printer printhead so that the next …

  6. How to to resize an ext4 partition from the command line?

    What's the easiest way to resize an ext4 partition (or any type partition depending on the method) from the command line (potentially with the fewest commands, but also the easiest to understand)? ...

  7. How to read a file line-by-line into a list? - Stack Overflow

    How do I read every line of a file in Python and store each line as an element in a list? I want to read the file line by line and append each line to the end of the list.

  8. Linux: set date through command line - Unix & Linux Stack Exchange

    Mar 23, 2016 · How to change the system date in Linux ? I want to change: Only Year Only Month Only Date Any combination of above three

  9. how to change directory using Windows command line

    Jul 8, 2017 · how to change directory using Windows command line Asked 12 years, 4 months ago Modified 1 year, 1 month ago Viewed 1.4m times

  10. 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 {comment} But is there …