It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have two files. I need to calculate the timestamp difference between the two files. I need the timestamp difference between test1 and test2:
I am working on a view created from the main code repository on a Solaris server. I have modified a part of the code on my view and now I wish to update the code in my view to have the latest code fro
We\'re actually using Solaris instead of a Linux distro, but I was wondering if there was a way more specific to开发者_开发知识库 Apache to do it.
I\'m seeing something that\'s got me stumped. Maybe you folks can advise. What appears to be a valid arguments are getting corrupted when passed to a different function.
I am trying to write a script which will move files older than 1 day to an archive directory. I used the following find command:
I have gcc 3.4.6 installed on sparc9 an开发者_JAVA百科d sparc10 systems. I am having incompatibility issues when I try to use shared object(built on sparc9) on sparc10. I am not seeing any issue if I
开发者_开发百科When I want to run make to generate some executables it always uses the Sun make located
I\'m trying to build a program on Solaris 10 that includes stdbool.h. For the C compiler I\'ve added -xc99=all, and I\'m trying to use -xlang=c99 for the C++ compiler, but still it gives me:
I am trying to read the contents of a pascal.bsm file. What I am basically interested in is the system calls included in the file. I dont know ho开发者_JS百科w to open and read the file.