*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
- Get underlined text with Markdown
- 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 do I grep recursively?
- 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 languages are Windows, Mac OS X and Linux written in?
- Argument list too long error for rm, cp, mv commands
- How to update Ruby Version 2.0.0 to the latest version in Mac OSX Yosemite?
- Difference between using “chmod a+x” and “chmod 755”
- 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
- Given two directory trees, how can I find out which files differ by content?
- How to use “gets” and “gets.chomp” in Ruby
- Getting a substring in Ruby by x number of chars
- How to check whether a string contains a substring in Ruby
- Diff command along with Grep gives “Binary file (standard input) matches”
- Ruby: How to install a specific version of a ruby gem?
- What can cause a “Resource temporarily unavailable” on sock send() command
- 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
- How to sum array of numbers in Ruby?
- Ruby array to string conversion
- How to check if a value exists in an array in Ruby
- 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
- Removing all installed Gems and starting over
- Ruby `send` vs `call` method
- What is the meaning of “do | |” in Ruby?
- RVM is not a function, selecting rubies with ‘rvm use …’ will not work
- What does “&” at the end of a linux command mean?
- 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?
- Rails: I installed Ruby, now “bundle install” doesn’t work
- 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