About 57,900 results
Open links in new tab
  1. 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 …

  2. How can I send an email through the UNIX mailx command?

    Feb 17, 2010 · From the man page: Sending mail To send a message to one or more people, mailx can be invoked with arguments which are the names of people to whom the mail will be …

  3. How to check if $? is not equal to zero in unix shell scripting?

    How to check if $? is not equal to zero in unix shell scripting? Asked 12 years, 8 months ago Modified 3 years, 8 months ago Viewed 356k times

  4. What is the proper way to exit a command line program?

    2 Take a look at Job Control on UNIX systems If you don't have control of your shell, simply hitting ctrl + C should stop the process. If that doesn't work, you can try ctrl + Z and using the jobs …

  5. UNIX® Certification Program | www.opengroup.org

    UNIX certification is a trusted and open system industry standard, ensuring that products conform to the most exacting criteria for portability, compatibility, and global interoperability.

  6. 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), …

  7. unix - How to check permissions of a specific directory ... - Stack ...

    I know that using ls -l "directory/directory/filename" tells me the permissions of a file. How do I do the same on a directory? I could obviously use ls -l on the directory higher in the hierarchy...

  8. shell - Listing only directories in UNIX - Stack Overflow

    Sep 8, 2010 · I want to list only the directories in specified path (ls doesn't have such option). Also, can this be done with a single line command?

  9. unix - Why is 1/1/1970 the "epoch time"? - Stack Overflow

    Jun 23, 2011 · The definition of unix time and the epoch date went through a couple of changes before stabilizing on what it is now. But it does not say why exactly 1/1/1970 was chosen in the …

  10. unix - How to use echo command to print out content of a text file ...

    I am trying to figure out what is the usage of this command: echo < a.txt According to text book it should redirect a programs standards input. Now I am redirecting a.txt to echo but instead of