Search Results

Search: Posts Made By: aika
4,527
Posted By aika
elapsed time
Display the elapsed time

$ export data_ini = `date +'%s'`; echo $data_ini
1292417961
$ export data_final = `date +'%s'`; echo $data_final
1292418079
$ ((temps = data_final - data_ini)); echo...
Showing results 1 to 1 of 1

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