Search Results

Search: Posts Made By: ramaraju
7,206
Posted By ramaraju
Something like this might work. #! /bin/csh ...
Something like this might work.
#! /bin/csh
set d1=`ls -lrt test.sh | cut -c34-39`
set d2=`date | cut -c5-10`
echo $d1
echo $d2
if($d1==$d2) then
echo "file exists for today"
else
...
40,346
Posted By ramaraju
I am a bit confused with the reply. Shell...
I am a bit confused with the reply.
Shell feature does not exist on Linux unline in UNIX?
5,029
Posted By ramaraju
RAM, Hard Disk
Hi,

I work in a production support environment. All our PROD machines SPARC machines and Solaris O/S. I want to know how to find out what the hard disk size, RAM size etc. of our PROD machines....
Showing results 1 to 3 of 3

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