> when i type the command echo $EDDSS_ROOT (which is used to tell the > operating system ) it is returning the command unknown OS so how can i know > the operating system
EDDSS_ROOT is not a standardized environment variable. You may have more luck by using the uname command. Or look for a script named config.guess which uses uname and other platform-specific clues to print a target triple describing your OS. -- Eric Blake _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
