The one like to use all the time is. Although I used to use ls -rt optioin all the time when I was working on SCO Unix.
$ ls -ot
It displays listing in a descending order by date and time.
HD
I already have Solaris 9 x86 running on my Intel PC as of last spring release.
How do I go about upgrading to the most current one. I have alreday downloaded the Free binaries and cut the .iso image CD's.
I do not wish to do a complete rebuild all over again, as it is time consuming.
HD
The unfortunate part is I will be transferring this file to some Windows system. "rsh" and "rcp" commands will be out of question.
I'll try out "time" amd see how it works out
hd7106
Hi!
I believe I may have figured this out.
I created a shell script to dynamically make entries to $HOME/.netrc file. I pick up the file name by setting the variable to `date +%a_%b%d%Y`.zip. I use $<var> with FTP's "put" command and write it to .netrc file.
Although, I have run...
Hi!
As I started creating entries within .netrc file to automate the FTP process, I ran into a roadblock.
The name of the file I will FTP on the daily basis precedes with the current-date e.g. Jan122004-filename.zip.
How can I pass a variable filename entry with "put" command within...
Hi!
I will be seeting up a cron event to automatically FTP about 200MB .zip file on Solaris 8 to a target system. I am aware of the .netrc entries and setting up the respective cron event.
What I would like to know is if there is a way/script I can create to check if the file transfer actually...
I am trying to run a specific script that allows me to do some file-maintenance. The script runs error-free and does what it is supposed to do. In fact I am supposed run this script (Bourne shell) as a normal user and not as "root". However, at some point in the script one of the...
Thanks for the link. I will definitely save it in my Solaris favorites list for future reference.
However, not to loose focus on my very original configuration question:
What are configuration attributes and settings required to enable USB Modem on Sunfire v120 running Solaris 8.
I am sure...
Has anybosy had an opportunity to configure and set up USB Robotics External Modem on Sun Solars 8? I didn't realize that it will be so challenging to find details of setup on Sun's site. In fact the search on H/W forum shows zero hits.
Any help will be greatly appreciated.
Thanks again, I was able to locate the option to create Emergency Boot Dik from "SCOADMIN".
My next step would be to fix the failing system. Will keep you posted as to what I find... if anything.
I am sorry, to have responded in exuberance without checking on the server for "scoadmin" utility.
In fact it does have "scoadmin" installed. However, when I execute from X-Windows shell, I get "tcl error". I suppose it does not recognize the graphics...
We are missing "sysadmsh" utility on our OpenServer 5.0.4 systems.
I would like to create an Emergency boot diskette using command line synatx instead of GUI. I was wondering if anyone has challneged this before. Regerring to OpenServer Admin manual, it only talks about using...
I have cron schedule to reset specific fields to zero within a report data record. These values should be reset before midnight of the 1st day of the month. i.e. 23:59 hrs. on the last day of the month. Although, this code also resets some other counters on a daily basis.
As you can probably...
I am not sure what you mean Richard. As you may notice that I have already used time() to get the current date and time.
Just to give you a quick update - as I learned from Jamsa's C/C++ Bible for Date and Time Functions:
stime() - can be used to set the future time. I think it is a very...
What I am reading, based on your response is; The two terms are synonymous. I don't want to sound like a devil's advocate; but I believe there is a distinct difference as to how these two terms are applied in terms of integration.
In fact, I know what the card is and it is in my lab installed...
I often get confused as to how these two terms are used within the context of discussions as well as questions asked.
I believe they both have different meaning when it comes to integration or troubleshooting telephony problems.
With a limited knowledge of telephony, I would be keen to read on...
Hi,
I wanted to use an example code from Jamsa's book TIP 643 to set date and time exactly one day ahead.
#include <stdio.h>
#include <time.h>
void main(void)
{
time_t seconds;
time( & seconds ); // Get current time
seconds += (time_t) 60 * 60 * 60; // Set date exactly...
Thanks for the help.
I did test the script within the cron schedule and works great. Although, I call this shell script from root user, which makes it easier to invoke normal user's environment using "su - <user> -c "....." syntax.
Much appreciate it,
Hasmukh Daji
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.