- Joined
- Aug 5, 2015
- Messages
- 6
- Reaction score
- 0
- Points
- 1
Hi everyone,
I want to use "srand" in a program with "awk" on my mac,
and to generate different numbers I want to use systime() as seed.
But this error occurs:
"awk: calling undefined function systime"
Could you please let me know How I can solve the problem?
I did not see any function about time in " man awk" description.
I want to use "srand" in a program with "awk" on my mac,
and to generate different numbers I want to use systime() as seed.
But this error occurs:
"awk: calling undefined function systime"
Could you please let me know How I can solve the problem?
I did not see any function about time in " man awk" description.