10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
A minor nitpick, but I cannot get a statement like:
read -s -n 1 -p "Say Y or N here" -e ANS
to actually hush the response. If I don't use the -p option, the response is silent. With it, I always see the response, and I've tried putting the -s in different spots. Is this a known issue, or... (2 Replies)
Discussion started by: jnojr
2 Replies
2. Shell Programming and Scripting
Hello Experts,
I am learning perl. I know ksh/bash/csh...
In ksh I use to do this way... to read user input in silent mode so that nothing returns on the screen.
stty -echo
read -r pswd
stty echo
Please let me know the way in perl how to do it.
Here are my OS and Perl Details...
... (3 Replies)
Discussion started by: explorer007
3 Replies
3. Shell Programming and Scripting
Hi Experts,
I use perl telnet and ssh for normal tasks and health checks.
everything works fine but i would like to run scripts silently and print only data as i wish to.
by silent i mean.no banners /no prompts/ nothing.
I will format data before i print it on screen.
just formatted... (3 Replies)
Discussion started by: mtomar
3 Replies
4. Shell Programming and Scripting
Hi All,
I have a script which calls some other scripts.. When i run the parent script all the status messages are displaying on terminal.
I want to know how to suppress dem...
or run a script in silent mode
Thanks,
Firestar (4 Replies)
Discussion started by: firestar
4 Replies
5. UNIX for Advanced & Expert Users
I am using either portupgrade (/usr/ports/ports-mgmt/portupgrade) or portmaster (/usr/ports/ports-mgmt/portmaster) to upgrade the ports on the FreeBSD machines. However, this upgrade is not silent. Can anyone tell me how to make the upgrade silent? (0 Replies)
Discussion started by: figaro
0 Replies
6. Shell Programming and Scripting
I run a background process using '&'. (see example below)
How can I suppress the '&' messages that are written to my console?? (lines 2 and 5)
Current Output...
1 > ak@LATU ~> ls &
2 > 4000
3 > ak@LATU ~>
4 > apps/ dl/ gems/ todo/ tst/ util/
5 > + Done ... (1 Reply)
Discussion started by: andy210
1 Replies
7. Linux
Hi,
I am trying to do a silent installation of a JDk on a linux machine. Can anyone give me a command that would do it for me.
Thanx
Sundeep (2 Replies)
Discussion started by: eamani_sun
2 Replies
8. Linux
I want to run through wine the utorrent and I don't want the messages that are usually displayed in the console,
so I use the following command
wine utorrent.exe > /dev/null &
but it doesn't seem to work. Especially the redirection of the messages to the /dev/null doesn't work at all.
Do... (1 Reply)
Discussion started by: myle
1 Replies
9. Shell Programming and Scripting
I would like to use the WWW::Mechanize module to access a webpage that is password-protected. I was wondering if there was a way to make the input silent when asked from the script. For example:
What is your password: <password>
Where <password> is where you put your password, but is silent... (2 Replies)
Discussion started by: eightysix
2 Replies
10. HP-UX
Hi,
I am connecting via SFTP to a remote Server. My problem is on trying to LOGin, I am asked for a password. I need to make this process automatic such that I can login without being prompted for a password.
I can achieve this if the remote server has a simple FTP server and not SFTP. How... (6 Replies)
Discussion started by: sgaucho
6 Replies