Search Results

Search: Posts Made By: qcmao
Forum: Programming 11-03-2011
2,217
Posted By qcmao
Calculate the current date.
Give your an integer (e.g. 0x0076f676) representing the number of minutes elapsed since January 1, 1996.
How to calculate the current date which format should be "year-month-day-hour-minutes" ?
5,142
Posted By qcmao
@hfreyer, thanks for your suggestion, it works.
@hfreyer, thanks for your suggestion, it works.
5,142
Posted By qcmao
How to batch-processing numerous shell scripts?
How to batch-processing numerous shell scripts?
how to record the result of all the scripts as a report? then, I can analysis the process result.

I want to process numerous shell scripts in my...
1,879
Posted By qcmao
In this codeif [ `echo "$1 > $2" | bc -l` -eq 1...
In this codeif [ `echo "$1 > $2" | bc -l` -eq 1 -a `echo "$1 < $3" | bc -l` -eq 1 ]
the meaning of parameter "-a" is "and" operator?
1,224
Posted By qcmao
How to implement the logical express --- A(B+C) within single "if" statment in shell script?
On Linux OS, bash environment, I want implement the following code:
if [A] && ( [B] || [C] )
A,B,C represents some compare conditions.
How to realize it ?
Thanks!
Showing results 1 to 5 of 5

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