About 56,300 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 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 …

  3. Newest 'unix' Questions - Stack Overflow

    Currently there is a unix-based system that exposes a file in what the team is saying would be {{parameters.secret-path}}/file. I am not sure how to read that in java given the enclosing of …

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

  5. How can I extract a predetermined range of lines from a text file …

    Sep 17, 2008 · I need to extract a certain section of this file (i.e. the data for a single database) and place it in a new file. I know both the start and end line numbers of the data that I want. …

  6. 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, 7 months ago Modified 3 years, 7 months ago Viewed 356k times

  7. unix - Why should text files end with a newline? - Stack Overflow

    Apr 8, 2009 · I assume everyone here is familiar with the adage that all text files should end with a newline. I've known of this "rule" for years but I've always wondered — why?

  8. unix - How to move a running process to background - Stack …

    I have a terminal connected to an external machine through ssh and have a process running in it. Is it possible move the execution to the background, so that I can close the ssh connection …

  9. How can I convert a Unix timestamp to DateTime and vice versa?

    Oct 30, 2008 · A Unix tick is 1 second (if I remember well), and a .NET tick is 100 nanoseconds. If you've been encountering problems with nanoseconds, you might want to try using AddTick …

  10. Unix: confusing use of the 'tee' command - Stack Overflow

    Aug 26, 2016 · Unix: confusing use of the 'tee' command [duplicate] Asked 16 years, 6 months ago Modified 3 years, 9 months ago Viewed 24k times