Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@nirajkumar-6nokRG • Sep 28, 2008
You can use sleep() command to implement that .
Or other way would be to use user defined signal handling -
@sriramchandrk-wt4rlR • Sep 29, 2008
-
@mahul-ZxpiLA • Sep 29, 2008
One easy way is to fork a child process that will generate a signal after a fixed time. This signal when captured can be used to skip the line.