About 57,600 results
Open links in new tab
  1. git - How to change line-ending settings - Stack Overflow

    Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF …

  2. www.opengroup.org

    About Us The Open Group is a global consortium that enables the achievement of business objectives through technology standards and open source initiatives by fostering a culture of …

  3. How can I convert bigint (UNIX timestamp) to datetime in SQL …

    Adding n seconds to 1970-01-01 will give you a UTC date because n – the Unix timestamp – is the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), …

  4. The UNIX® Standard | www.opengroup.org

    May 22, 2025 · Single UNIX Specification- “The Standard” The Single UNIX Specification is the standard in which the core interfaces of a UNIX OS are measured. The UNIX standard …

  5. Converting unix time into date-time via excel - Stack Overflow

    Explanation Unix system represent a point in time as a number. Specifically the number of seconds* since a zero-time called the Unix epoch which is 1/1/1970 00:00 UTC/GMT. This …

  6. The Open Group | Certification / Product / Accreditation Registers

    Product and Tools Registers UNIX® Certified Products POSIX® Certified Products TOGAF® Certified Tools ArchiMate® Certified Tools The Open Trusted Technology Provider™ …

  7. unix - How to read a file into a variable in shell? - Stack Overflow

    I want to read a file and save it in variable, but I need to keep the variable and not just print out the file. How can I do this? I have written this script but it isn't quite what I needed: #!/b...

  8. How can I split a large text file into smaller files with an equal ...

    I've got a large (by number of lines) plain text file that I'd like to split into smaller files, also by number of lines. So if my file has around 2M lines, I'd like to split it up into 10 files t...

  9. How to check if a string contains a substring in Bash

    string="My string" How can I test if it contains another string?

  10. Converting unix timestamp string to readable date - Stack Overflow

    1160 I have a string representing a unix timestamp (i.e. "1284101485") in Python, and I'd like to convert it to a readable date. When I use time.strftime, I get a TypeError: