The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-02-2008
bongobonga bongobonga is offline
Registered User
  
 

Join Date: Aug 2002
Location: dublin ireland
Posts: 5
Bash differences on unix's

I am using bash on two different unix versions and for some reason the commands operate slightly differently. For example, 'ls * -la' gives me an error on one unix system, but works fine on a different system. The versions of unix are actually OS x and linux, and both systems are running GNU bash 3.2.

Since I am switching between different systems often, the different command line syntax is really annoying. Does anyone know if the differences are because of a compile option or is there a config file somewhere that results in the different behavior?

I have tried compiling bash from source with what I think is the same conditions on both systems, but I can't resolve the differences

Thanks