Search Results

Search: Posts Made By: 98_1LE
21,222
Posted By 98_1LE
This script was posted here some time ago, and I...
This script was posted here some time ago, and I modified it slightly.
#!/usr/bin/ksh
date '+%m %d %Y' |
{
read MONTH DAY YEAR
DAY=`expr "$DAY" - 1`
case "$DAY" in
0)
...
46,229
Posted By 98_1LE
This code was posted here by someone else to...
This code was posted here by someone else to determine yesterday:
#!/usr/bin/ksh
date '+%m %d %Y' |
{
read MONTH DAY YEAR
DAY=`expr "$DAY" - 1`
case "$DAY" in
0)
...
269,586
Posted By 98_1LE
uname -a should return info about the OS. dmesg...
uname -a should return info about the OS.
dmesg gives some cryptic hardware info on Solaris
Showing results 1 to 3 of 3

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