Questions tagged [sunos]

SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems. The SunOS name is usually only used to refer to versions 1.0 to 4.1.4 of SunOS. These versions were based on BSD, while SunOS version 5.0 and later are based on UNIX System V Release 4, and are marketed under the brand name Solaris.

SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems. The SunOS name is usually only used to refer to versions 1.0 to 4.1.4 of SunOS. These versions were based on BSD, while SunOS version 5.0 and later are based on UNIX System V Release 4, and are marketed under the brand name Solaris.

183 questions
1
vote
1 answer

Compiling DBD::mysql on SunOS 5.10

everybody I apologize for the massive length of this post. I am having some issues compiling DBD::mysql on SunOS. # /usr/perl5/bin/perlgcc Makefile.PL I will use the following settings for compiling and testing: cflags (mysql_config) =…
Andy Thompson
  • 284
  • 1
  • 3
  • 21
1
vote
2 answers

Stopping the shell script if any of the query gets failed

Below is my shell script from which I am trying to invoke few hive SQL queries which is working fine. #!/bin/bash DATE_YEST_FORMAT1=`perl -e 'use POSIX qw(strftime); print strftime "%Y-%m-%d",localtime(time()- 3600*504);'` echo…
arsenal
  • 23,366
  • 85
  • 225
  • 331
1
vote
2 answers

sh -x vs bash -x while running shell script

Below is my shell script which I am using to create a PIE Graph. #! /bin/bash TEMP=$(mktemp -t chart.html) QUERY1=36 QUERY2=64 cat > $TEMP <