About 58,200 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. What does the line "#!/bin/sh" mean in a UNIX shell script?

    Sep 10, 2011 · When you try to execute a program in unix (one with the executable bit set), the operating system will look at the first few bytes of the file. These form the so-called "magic …

  3. unix - What is the meaning of "POSIX"? - Stack Overflow

    Nov 23, 2009 · Since every Unix does things a little differently -- Solaris, Mac OS X, IRIX, BSD, and Linux all have their quirks -- POSIX is especially useful to those in the industry as it …

  4. 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, 9 months ago Modified 3 years, 9 months ago Viewed 357k times

  5. How can I generate Unix timestamps? - Stack Overflow

    Jul 30, 2009 · Related question is "Datetime To Unix timestamp", but this question is more general. I need Unix timestamps to solve my last question. My interests are Python, Ruby and …

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

    Feb 17, 2010 · How can I send an email through the UNIX mailx command? Asked 15 years, 10 months ago Modified 6 years, 1 month ago Viewed 809k times

  7. 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 …

  8. 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...

  9. 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?

  10. Unix: How to delete files listed in a file - Stack Overflow

    Feb 28, 2011 · Unix: How to delete files listed in a file Asked 14 years, 9 months ago Modified 1 year, 4 months ago Viewed 195k times