*nix just means operating systems that are like the old workhorse Unix. Some examples include Linux, FreeBSD, and Mac OS X (its kernel, Darwin, is based on BSD).
The main relation between *nix and Ruby is just a pragmatic one; most Ruby developers seem to prefer to work on Unix-like OSes (typically Linux or Mac OS X). There’s no official relationship, and it’s quite possible to work with Ruby on non-*nix OSes like Windows.
Related Posts:
- Why should we check WIFEXITED after wait in order to kill child processes in Linux system call?
- What is `S_ISREG()`, and what does it do?
- Why does ENOENT mean “No such file or directory”?
- sudo: npm: command not found
- What are file descriptors, explained in simple terms?
- How do I grep recursively?
- How do I grep recursively?
- Get underlined text with Markdown
- How to kill a process running on particular port in Linux?
- What does the “map” method do in Ruby?
- How to write a switch statement in Ruby
- How do I use grep to search the current directory for all files having the a string “hello” yet display only .h and .cc files?
- SSH using python script
- How can I exclude directories from grep -R?
- How can I exclude directories from grep -R?
- Rails 5 ActionController::InvalidAuthenticityToken error
- what does ? ? mean in ruby
- What does %w(array) mean?
- Who can access a file with octal permissions “000” on Linux/UNIX?
- How to cat <
> a file containing code? - Extract file basename without path and extension in bash
- How to use “gets” and “gets.chomp” in Ruby
- Diff command along with Grep gives “Binary file (standard input) matches”
- ruby operator “=~” [duplicate]
- How to download a file from server using SSH?
- What is attr_accessor in Ruby?
- ActionController::UnknownFormat
- What does ||= (or-equals) mean in Ruby?
- How to read lines of a file in Ruby
- Array to Hash Ruby
- What is the difference between “#!/usr/bin/env bash” and “#!/usr/bin/bash”?
- Ruby: undefined method `[]’ for nil:NilClass when trying to get Enumerator on an Array of Hashes
- How to map with index in Ruby?
- Ruby equivalent for Python’s “try”?
- What does “+=” (plus equals) mean?
- What does `set -x` do?
- Rails 4 RoutingError: No Route Matches
- Command to change the default home directory of a user
- Ruby array to string conversion
- undefined method (NoMethodError) ruby
- Multi-Line Comments in Ruby?
- How to uninstall ruby installed by ruby-install
- PG::ConnectionBad – could not connect to server: Connection refused
- Rails syntax error : unexpected keyword_ensure, expecting end-of-input
- Using ls to list directories and their total sizes
- What is the meaning of “do | |” in Ruby?
- RVM is not a function, selecting rubies with ‘rvm use …’ will not work
- Can’t remove a directory in Unix
- How to delete specific characters from a string in Ruby?
- Ruby: kind_of? vs. instance_of? vs. is_a?
- How to do a newline in output
- Ruby: What is the easiest way to remove the first element from an array?
- Ruby String to Date Conversion
- Syntax error near unexpected token ‘then’
- p vs puts in Ruby
- Determining type of an object in ruby
- Fizz Buzz in Ruby for dummies
- How to Uninstall RVM? [duplicate]
- What is the “right” way to iterate through an array in Ruby?
- C fopen vs open
- What is the difference between a Process’ pid, ppid, uid, euid, gid and egid?
- Equivalent of “continue” in Ruby
- What does the Ruby method ‘to_sym’ do?
- Difference between map and collect in Ruby?
- Creating and iterating a 2d array in Ruby
- What is the best way to convert an array to a hash in Ruby
- Ruby 2.0.0p0 IRB warning: “DL is deprecated, please use Fiddle”
- Getting error: dyld: Symbol not found: _clock_gettime
- Uninstall old versions of Ruby gems
- Restarting cron after changing crontab file?
- Uploading a file in Rails
- How do I write stderr to a file while using “tee” with a pipe?
- What is java interface equivalent in Ruby?
- cd into directory without having permission
- Sort hash by key, return hash in Ruby
- Gem installation error: You have to install development tools first
- How to understand strptime vs. strftime
- How can I delete one element from an array by value
- How to break out from a ruby block?
- ERROR: While executing gem … (Gem::FilePermissionError)
- No such file or directory @ rb_sysopen ruby
- How to add to an existing hash in Ruby
- Ruby ‘require’ error: cannot load such file
- How to convert a string to lower or upper case in Ruby
- What is the canonical way to trim a string in Ruby without creating a new string?
- Difference between $stdout and STDOUT in Ruby
- No implicit conversion of String into Integer (TypeError)?
- Can I nohup/screen an already-started process?
- Environment variables of a running process on Unix?
- In my /etc/hosts/ file on Linux/OSX, how do I do a wildcard subdomain?
- How do I do ‘mount –bind’ in /etc/fstab?
- When does /tmp get cleared?
- Is it possible to detach a process from its terminal? (Or, “I should have used screen!”) [duplicate]
- What does ‘set -e’ do, and why might it be considered dangerous?
- Meaning of directories on Unix and Unix like systems
- How to remove empty/blank lines from a file in Unix (including spaces)?
- How can I rename a Unix user?
- How to get pid of just started process
- How to disable everything in crontab -l?
- How to sort ps output by process start time?