Search Results

Search: Posts Made By: boat73
5,292
Posted By boat73
What shell?
If you use perl you could convert the output from the date command using time2str, do the same thing when script is complete and the simply subtract the two to get the differance in seconds. If you...
4,027
Posted By boat73
Remote control of cde desktop>?
Does anyone know if there is software out there top allow me to take remote control of a remote CDE desktop like using MS netmeeting? I do not mean mimick the window I mean take over/share the same...
119,038
Posted By boat73
date as filename
This should do the trick.

#!/bin/csh
set filename="`date +%m%d%y`.out"
echo "$filename"
12,511
Posted By boat73
need to hide output to screen
I have a script that askes users to enter in an oracle account and password, The information is displayed on the screen as they type it. Does anyone know how I can hide this output?
:confused:
119,038
Posted By boat73
This will simply create a file. #!/bin/sh ...
This will simply create a file.
#!/bin/sh
DATE="`date +%m`_`date +%d`_`date +%y`.log"
touch $DATE
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 05:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy