Search Results

Search: Posts Made By: sunilrk07
7,447
Posted By Scott
Hi. Perhaps this link will help? ...
Hi.

Perhaps this link will help?

https://www.unix.com/unix-dummies-questions-answers/3197-making-sh-wait-user-input.html
7,447
Posted By frans
I wrote a function to handle different cases of...
I wrote a function to handle different cases of pause in shell scripts. You can simplify it for your needs.
pause() { # [1:timeout] [2:prompt]
local P T
[[ $1 =~ ^[0-9]+$ ]] && { T=$1; shift; }...
3,152
Posted By Neo
That was useful. I thought these bullets points...
That was useful. I thought these bullets points in at FAQ were good:

Before You Ask

Before asking a technical question by e-mail, or in a newsgroup, or on a website chat board, do the...
1,366
Posted By Scrutinizer
Try: sed 's/[^:]*/0/4' infile
Try:
sed 's/[^:]*/0/4' infile
Showing results 1 to 4 of 4

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