Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

johnywhy

How to disable timeout on terminal?

hi

i'm running a long process in terminal, and it's timing out.

grep -r -H 'something|something else|something different'


I assume it's timing out because the server has to do a lot of processing before returning any results.

Is there a way to confirm that?

If so, how to disable the timeout on terminal commands?

thx!